STK ObjectsSend comments on this topic.
LoadCommandFile Method (IAgMtoTrackCollection)
See Also
CommandFile
Windows





Windows & Linux

Description

Load Track Command File.

Syntax

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

Parameters

CommandFile

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.