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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1