![]() |
CopyOutlineAttributes (class MKI_BLOCK_ENUM) New in Version 2021.0 |
www.CAD6.com |
C++ Syntaxbool MKI_BLOCK_ENUM::CopyOutlineAttributes( MKI_CONST_ENTITY_PTR f_pSource, __int32 f_nOutlineIndex );
Copies all outline attribute data blocks (outline attributes) found in f_pSource and belonging to the outline f_nOutlineIndex 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_pSource is nullptr, nothing happens. The current offset determines the location where to start adding data blocks. No check for duplicate attribute names is performed.
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