STK Vector Geometry ToolSend 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
);
[Unmanaged C++]
public: HRESULT Export(
    BSTR Filename,
    BSTR Comments
);
[Java]
public void export(
    String Filename,
    String Comments
);
[Python - STK API ]
def Export(self, Filename:str, Comments:str) -> None:

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.