STK ObjectsSend comments on this topic.
ScenarioFiles Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Returns list of scenario files.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ScenarioFiles() As System.Array
[C#]
public System.Array ScenarioFiles {get;}
[Managed C++]
public: __property System::Array get_ScenarioFiles();
[Unmanaged C++]
public: HRESULT get_ScenarioFiles(
    SAFEARRAY * * ppScenarioFiles
);
[Java]
public AgSafeArray getScenarioFiles();
[Python - STK API ]
@property
def ScenarioFiles(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.