AGI STK X 11Send comments on this topic.
StopObjectEditing Method (AgUiAxVOCntrl)
See Also
Canceled

Specifies to cancel the object editing when set to True

Windows






Windows & Linux

Description

Ends 3D object editing mode.

Syntax

[Visual Basic .NET]
Public Sub StopObjectEditing( _
    ByVal Canceled As Boolean _
) As 
[C#]
public void StopObjectEditing(
    bool Canceled
);
[Managed C++]
public: void StopObjectEditing(
    bool Canceled
);
[Java]
public void stopObjectEditing(
    bool Canceled
);
[Unmanaged C++]
public: HRESULT StopObjectEditing(
    VARIANT_BOOL Canceled
);

Parameters

Canceled

Specifies to cancel the object editing when set to True

Remarks

When Canceled is set to True the object editing operation is canceled. When Canceled is set to False, the 'Edit OK' operation happens which saves the changes and turns off object editing mode.

See Also

Example

[Visual Basic .NET]
AxAgUiAxVOCntrl1.StopObjectEditing(True)
...
© 2019 Analytical Graphics, Inc. All Rights Reserved.