STK Vector Geometry ToolSend comments on this topic.
Import Method (IAgCrdnProvider)
See Also
Filename
Specify a path to an existing file (*.awb)
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT Import(
    BSTR Filename,
    IAgCrdnCollection ** ppRetVal
);
[Java]
public IAgCrdnCollection import(
    String Filename
);
[Python - STK API ]
def Import(self, Filename:str) -> "IAgCrdnCollection":

Parameters

Filename
Specify a path to an existing file (*.awb)

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.