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