AGI STK VGT 11 Send comments on this topic.
Export Method (IAgCrdn)
See Also 
Filename
Specify the path to a file where to save the component.
Comments
Optional comments saved along with the component. Can be null or empty string.





Description

Exports the component to a file.

Syntax

[Visual Basic .NET]
Public Sub Export( _
   ByVal Filename As String, _
   ByVal Comments As String _
) 

[C#]
public void Export(
string Filename,
string Comments
);

[Managed C++]
public: void Export(
String __gc ^ Filename,
String __gc ^ Comments
);

[Java]
public  export(
String Filename,
String Comments
);

[Unmanaged C++]
public: HRESULT Export(
BSTR Filename,
BSTR Comments
);

Parameters

Filename
Specify the path to a file where to save the component.
Comments
Optional comments saved along with the component. Can be null or empty string.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1