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






Windows & Linux

Description

Triggered when a 3D object exits the edit mode.

Syntax

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

Parameters

Path

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.