STK XSend comments on this topic.
OnObjectEditingApply Method (IAgUiAxVOCntrlRawEvents)
See Also 
Path
Windows






Windows & Linux

Description

Triggered when a 3D object editing changes are applied.

Syntax

[Visual Basic .NET]
Public Sub OnObjectEditingApply( _
   ByVal Path As String _
) 
[C#]
public void OnObjectEditingApply(
   string Path
);
[Managed C++]
public: void OnObjectEditingApply(
   String __gc ^ Path
);
[Java]
public  onObjectEditingApply(
   String Path
);
[Unmanaged C++]
public: HRESULT OnObjectEditingApply(
   BSTR Path
);

Parameters

Path

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.