AGI STK VGT 11 Send comments on this topic.
Import Method (IAgCrdnProvider)
See Also 
Filename
Specify a path to an existing file (*.awb)
Windows






Windows & Linux

Description

Imports Analysis Workbench components from a file.

Syntax

[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
);

[Java]
public IAgCrdnCollection import(
String Filename
);

[Unmanaged C++]
public: HRESULT Import(
BSTR Filename,
IAgCrdnCollection ** ReturnValue
);

Parameters

Filename
Specify a path to an existing file (*.awb)

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface