STK ObjectsSend comments on this topic.
Load Method (IAgVeAttExternal)
See Also
Filename
The file name to load.
Windows





Windows & Linux

Description

Load the file.

Syntax

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

Parameters

Filename
The file name to load.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.