![]() |
MKI_ENUMIDENT_PROC (Callback) |
www.CAD6.com |
C++ Syntaxtypedef bool (*MKI_ENUMIDENT_PROC)( MKI_ENTITY_PTR f_pEntity, void* f_pUserData );
This callback procedure is called once for each identified entity after starting an enumeration by means of the MKI_EnumerateIdent procedure.
ParametersEntity [MKI_ENTITY_PTR] Address of an identified entity. Even though this value is not declared as const, the object should not be altered directly! If you want to modify identified objects, be sure to first create a duplicate of those entities. Anyway, modifying an entity directly in memory should only be done by advanced developers with deep knowledge of the internal memory structure of entities. UserData [void*] User data pointer as passed to enumeration function.
Return ValueShould return true to continue the enumeration or false to stop it.
|
CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH