STK ObjectsSend comments on this topic.
OnScenarioNew Event (AgStkObjectRoot)
See Also
Path
The path of the new scenario.
Windows






Windows & Linux

Description

Triggered when a new scenario is created.

Syntax

[Visual Basic .NET]
Public Event OnScenarioNew( _
    ByVal Path As String _
) 
[C#]
public void OnScenarioNew(
    string Path
);
[Managed C++]
public: void OnScenarioNew(
    String __gc ^ Path
);
[Java]
public void onScenarioNew(
    String Path
);
[Unmanaged C++]
public: void OnScenarioNew(
    BSTR  Path
);

Parameters

Path
The path of the new scenario.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.