Triggered when a 3D object exits the edit mode.
[Visual Basic .NET] |
---|
Public Sub OnObjectEditingStop( _ ByVal Path As String _ ) |
[C#] |
---|
public void OnObjectEditingStop( string Path ); |
[Managed C++] |
---|
public: void OnObjectEditingStop( String __gc ^ Path ); |
[Unmanaged C++] |
---|
public: HRESULT OnObjectEditingStop( BSTR Path ); |
[Java] |
---|
public void onObjectEditingStop( String Path ); |
[Python - STK API ] |
---|
def OnObjectEditingStop(self, Path:str) -> None: |
- Path