STK AstrogatorSend comments on this topic.
ExportNodes Method (IAgVAManeuverOptimalFinite)
See Also
FileName
Windows





Windows & Linux

Description

Exports the current set of collocation nodes to a file.

Syntax

[Visual Basic .NET]
Public Sub ExportNodes( _
    ByVal FileName As String _
)
[C#]
public void ExportNodes(
    string FileName
);
[Managed C++]
public: void ExportNodes(
    String __gc ^ FileName
);
[Unmanaged C++]
public: HRESULT ExportNodes(
    BSTR FileName
);
[Java]
public void exportNodes(
    String FileName
);
[Python - STK API ]
def ExportNodes(self, FileName:str) -> None:

Parameters

FileName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.