STK ObjectsSend comments on this topic.
OnScenarioNew Method (IAgStkObjectRootRawEvents)
See Also
Path
Windows





Windows & Linux

Description

Triggered when a new scenario is created.

Syntax

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

Parameters

Path

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.