![]() |
MKI_EditPointsCount (Entity Editing) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntax__int32 MKI_EditPointsCount( MKI_RECT_PTR f_pFrame );
Retrieves the number of identified points and their surrounding frame. This will only work if the current command forced a multi-point identification.
Multi-point identification is forced by using the point type 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 points. If Frame is nullptr, no surrounding rectangle is calculated. The coordinates are sorted, i.e. x1 <= x2 and y1 <= y2.
Return ValueNumber of identified points, 0 if no point is identified.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH