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






Windows & Linux

Description

Commits changes when in 3D object editing mode.

Syntax

[Visual Basic .NET]
Public Sub ApplyObjectEditing()
[C#]
public void ApplyObjectEditing();
[Managed C++]
public: void ApplyObjectEditing();
[Java]
public void applyObjectEditing();
[Unmanaged C++]
public: HRESULT ApplyObjectEditing();

Remarks

Saves changes but leaves the object in edit mode.

See Also

Example

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