![]() |
MKI_EnumerateNative (Enumeration) Changed in Version 2022.1 |
www.CAD6.com |
C++ SyntaxMKI_EnumerateNative( MKI_ENUMOBJECT_PROC f_fnCallBack, void* f_pUserData );
Starts an enumeration stream. This stream enumerates all objects and instances of the current drawing natively (MKI_ENUM_NATIVE), structured (MKI_ENUM_STRUCTURED), and independent from flags and undo visibility.
ParametersCallBack [MKI_ENUMOBJECT_PROC] Callback procedure for an object enumeration. This procedure will be called for every enumeration step. For a detailed description of object enumeration, see also the description of the MKI_EnumObjectProc procedure. UserData [void*] This pointer will be passed to all callback procedures that are called during the enumeration. You can use this parameter to pass "local" data to the enumeration, preferably by passing a pointer to a local data structure containing all information the callback procedure requires.
Return Value Changed in Version 2022.1Enumeration result as a bitwise-or combination of flags (see MKI_RESULT_*). Some results indicate minor problems and do NOT mean that the enumeration was stopped or unsuccessful!
CommentFor a detailed description of entity enumeration, see the description of the corresponding callback procedure MKI_EnumObjectProc.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH