STK X Send comments on this topic.
IsObjectEditing Property (AgUiAxVOCntrl)
See Also  Example





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 * pRetVal
);

[Java]
public bool getIsObjectEditing();

Example

[Visual Basic .NET] Copy Code
If (AxAgUiAxVOCntrl1.IsObjectEditing = True) Then
    ...
End If

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1