MKI_SystemSetActive (Elements) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

bool

MKI_SystemSetActive(

 __int32 f_nWindowNum,

 __int32 f_nIndex );

 

Sets a new active coordinate system in the given drawing window.

 

Parameters

WindowNum

[__int32] Zero-based index of the window whose active coordinate system shall be set. The windows are numbered in reading direction, i.e. left to right and top to bottom. Valid range: 0 <= Value < MKI_WINDOW_MAX (standard windows) or Value = MKI_WINDOW_VIEW (view window).

Index

[__int32] Zero-based index of the coordinate system that shall be set active. Valid range: 0 <= Value <= MKI_SYSTEM_MAX.

 

Return Value

Returns true if successful, false if not.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH