AGI STK VGT 11Send comments on this topic.
Export Method (IAgCrdn)
See Also
Filename
Comments
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 _
) As 
[C#]
public void Export(
    string Filename,
    string Comments
);
[Managed C++]
public: void Export(
    String __gc ^ Filename,
    String __gc ^ Comments
);
[Java]
public void export(
    String Filename,
    String Comments
);
[Unmanaged C++]
public: HRESULT Export(
    BSTR Filename,
    BSTR Comments
);

Parameters

Filename
Comments

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.