AGI STK Objects 11Send comments on this topic.
OnScenarioNew Event (AgStkObjectRoot)
See Also 
Path
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  onScenarioNew(
   String Path
);
[Unmanaged C++]
public: HRESULT OnScenarioNew(
   BSTR Path
);

Parameters

Path

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.