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.
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface