STK XSend comments on this topic.
IsObjectEditing Property (AgUiAxVOCntrl)
See Also  Example
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 * pRetVal
);
[Java]
public bool getIsObjectEditing();

Example

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.