Triggered when a 3D object editing changes are applied.
[Visual Basic .NET] |
---|
Public Event OnObjectEditingApply( _ ByVal Path As String _ ) |
[C#] |
---|
public void OnObjectEditingApply( string Path ); |
[Managed C++] |
---|
public: void OnObjectEditingApply( String __gc ^ Path ); |
[Java] |
---|
public void onObjectEditingApply( String Path ); |
[Unmanaged C++] |
---|
public: void OnObjectEditingApply( BSTR Path ); |
- Path