STK ObjectsSend comments on this topic.
OnStkObjectStart3dEditing Method (IAgStkObjectRootEvents)
See Also
ObjectPath
Windows





Windows & Linux

Description

Triggered when object editing is started.

Syntax

[Visual Basic .NET]
Public Sub OnStkObjectStart3dEditing( _
    ByVal ObjectPath As String _
)
[C#]
public void OnStkObjectStart3dEditing(
    string ObjectPath
);
[Managed C++]
public: void OnStkObjectStart3dEditing(
    String __gc ^ ObjectPath
);
[Unmanaged C++]
public: void OnStkObjectStart3dEditing(
    BSTR ObjectPath
);
[Java]
public void onStkObjectStart3dEditing(
    String ObjectPath
);
[Python - STK API ]
def OnStkObjectStart3dEditing(self, ObjectPath:str) -> None:

Parameters

ObjectPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.