MKI_InputGetIdentAddress (Input) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

MKI_ENTITY_PTR

MKI_InputGetIdentAddress(

 __int32 f_nPointIndex );

 

Retrieves the address of the entity identified by object-dependent identification. This will only work for single-entity identification.

 

Parameters

PointIndex

[__int32] Zero-based point index. This index states during which point's entry the identification was done. If, e.g., PointIndex is 1, the application will search for the object identified by entering the point with index 1, i.e. the second point. Valid range: 0 <= Value < MKI_INPUT_MAX.

 

Return Value

Address of the identified entity or nullptr, if no valid entity was found.

 

Comment

Object-dependent identification is forced by using point types whose names begin with MKI_POINT_ID_ (but not with MKI_POINT_ID_MULTI). For a complete list of point types, see MKI_POINT_*.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH