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

Specifies to cancel the object editing when set to True






Description

Ends 3D object editing mode.

Syntax

[Visual Basic .NET]
Public Sub StopObjectEditing( _
   ByVal Canceled As Boolean _
) 

[C#]
public void StopObjectEditing(
bool Canceled
);

[Managed C++]
public: void StopObjectEditing(
bool Canceled
);

[Java]
public  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.

Example

[Visual Basic .NET] Copy Code
AxAgUiAxVOCntrl1.StopObjectEditing(True)
...

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1