STK ObjectsSend comments on this topic.
OnScenarioLoad Method (IAgStkObjectRootEvents)
See Also
Path
The path of the loaded scenario.
Windows





Windows & Linux

Description

Triggered when a scenario is loaded.

Syntax

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

Parameters

Path
The path of the loaded scenario.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.