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
);
[Unmanaged C++]
public: HRESULT OnObjectEditingApply(
    BSTR Path
);
[Java]
public void onObjectEditingApply(
    String Path
);
[Python - STK API ]
def OnObjectEditingApply(self, Path:str) -> None:

Parameters

Path

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.