MKI_EditIdentSetEntity (Entity Editing) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

void

MKI_EditIdentSetEntity(

 MKI_ENTITY_PTR f_pEntity );

 

Identifies a single entity during a multi-entity identification by the plug-in. This function will only work if MKI_EditIdentStart was called successfully before, and will not have any effect unless MKI_EditIdentFinish is called.

 

Since all entities will be marked by means of a single flag, MKI_EditIdentFinish should be called as soon as possible to avoid any interference with the serving application or plug-ins that want to execute a multi-entity identification themselves.

 

Parameters

Entity

[MKI_ENTITY_PTR] Address of the entity to be identified.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH