![]() |
MKI_SystemGetCurrent (Elements) Renamed in Version 2015.0 |
www.CAD6.com |
C++ Syntax__int32 MKI_SystemGetCurrent( MKI_SYSTEMDEF_REF f_rData );
Copies the currently active coordinate system definition into the buffer pointed to by Data.
ParametersData [MKI_SYSTEMDEF_REF] Address of a buffer to retrieve the desired coordinate system definition.
Return ValueReturns the index of the currently active coordinate system.
CommentThis procedure could also be implemented as the following code segment:
MKI_SystemGetByIndex( MKI_SystemGetActive( MKI_WindowGetActive() ), f_rData ); return( MKI_SystemGetActive( MKI_WindowGetActive() );
Anyway, the implementation of this procedure is faster and more compact.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH