STK XSend comments on this topic.
IsObjectEditing Property (AgUiAxVOCntrl)
See Also
Windows





Windows & Linux

Description

Returns true if in 3D object editing mode.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsObjectEditing() As Boolean
[C#]
public bool IsObjectEditing {get;}
[Managed C++]
public: __property bool get_IsObjectEditing();
[Unmanaged C++]
public: HRESULT get_IsObjectEditing(
    VARIANT_BOOL * p3DObjectEditing
);
[Java]
public bool getIsObjectEditing();
[Python - STK API ]
@property
def IsObjectEditing(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.