![]() |
CopyPointDataBlocks (class MKI_BLOCK_ENUM) New in Version 2021.0 |
www.CAD6.com |
C++ Syntaxbool MKI_BLOCK_ENUM::CopyPointDataBlocks( const MKI_BLOCK_ENUM& f_rEnum );
bool MKI_BLOCK_ENUM::CopyPointDataBlocks( MKI_CONST_ENTITY_PTR f_pSource );
Copies all point or info data blocks (no attributes, no texts, etc.) found at f_rEnum or in f_pSource to the current enumerator. The list of source data blocks must be terminated with a MKI_DB_END data block. The copying stops before that terminating MKI_DB_END data block. If f_rEnum.m_pBase or f_pSource is nullptr, nothing happens. The current offset determines the location where to start adding data blocks.
Return ValueReturns true if successful or false if the resulting entity would be invalid or too long or in case of invalid parameters.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH