![]() |
MKI_EditInstanceResolve (Entity Editing) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntaxbool MKI_EditInstanceResolve( MKI_CONST_ENTITY_INSTANCE_PTR f_pInst, bool f_fIsPositionNumber );
Resolves the given instance, i.e. inserts the referred block’s entities into the drawing. The original instance will not be modified or deleted.
ParametersInstance [MKI_CONST_ENTITY_INSTANCE_PTR] Address of the instance to be resolved. Make sure that this address points to an entity located in the current drawing! If not, the system might reveal unexpected behavior. IsPositionNumber [bool] If this value is true, the system assumes the block to be a position number, thus ignoring the reference text used to display the position number.
Return ValueReturns true if the instance was resolved successfully. Else, false is returned.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH