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





Windows & Linux

Description

Triggered when changes to the object are applied.

Syntax

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

Parameters

ObjectPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.