Triggered when a 3D object editing changes
are applied.
| [Visual Basic .NET] |
|---|
Public Event OnObjectEditingApply( _
ByVal Path As String _
)
|
| [C#] |
|---|
public void OnObjectEditingApply(
|
| [Managed C++] |
|---|
public: void OnObjectEditingApply(
|
| [Java] |
|---|
public onObjectEditingApply(
|
| [Unmanaged C++] |
|---|
public: HRESULT OnObjectEditingApply(
|
- Path
- Path to the object being edited.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||