STK XSend comments on this topic.
ApplyObjectEditing Method (AgUiAxVOCntrl)
See Also  Example
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  applyObjectEditing();
[Unmanaged C++]
public: HRESULT ApplyObjectEditing();

Remarks

Saves changes but leaves the object in edit mode.

Example

[Visual Basic .NET]Copy Code
AxAgUiAxVOCntrl1.ApplyObjectEditing()
...

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.