Imports Analysis Workbench components from a file.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCollection Import( string Filename ); |
| [Managed C++] |
|---|
public: IAgCrdnCollection^ Import( String __gc ^ Filename ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnCollection import( String Filename ); |
[Python - STK API ] |
|---|
def Import(self, Filename:str) -> "IAgCrdnCollection": |
- Filename
- Specify a path to an existing file (*.awb).






