![]() |
MKI_EditIdentCount (Entity Editing) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntax__int32 MKI_EditIdentCount( MKI_RECT_PTR f_pFrame );
Retrieves the number of identified entities and their surrounding frame. This will only work if the current command forced a multi-entity identification.
Multi-entity identification is forced by using point types whose names begin with MKI_POINT_ID_MULTI (but not with MKI_POINT_ID_MULTIPOINT). For a complete list of point types, see MKI_POINT_*.
ParametersFrame [MKI_RECT_PTR] Address of a rectangle buffer to receive the surrounding frame of all identified entities. If Frame is nullptr, no surrounding rectangle is calculated. The coordinates are sorted, i.e. x1 <= x2 and y1 <= y2.
Return ValueNumber of identified entities, 0 if no entity is identified.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH