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.

 

Parameters

Data

[MKI_SYSTEMDEF_REF] Address of a buffer to retrieve the desired coordinate system definition.

 

Return Value

Returns the index of the currently active coordinate system.

 

Comment

This procedure could also be implemented as the following code segment:

 

MKI_SystemGetByIndexMKI_SystemGetActiveMKI_WindowGetActive() ), f_rData );

return( MKI_SystemGetActiveMKI_WindowGetActive() );

 

Anyway, the implementation of this procedure is faster and more compact.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH