STK ObjectsSend comments on this topic.
Load Method (IAgStkObjectRoot)
See Also
Path
Windows





Windows & Linux

Description

Loads a scenario/vdf using the specified path. The method throws an exception if there is a scenario already loaded.

Syntax

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

Parameters

Path

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.