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

Parameters

Path

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.