AGI STK Objects 11 Send 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
);

[Java]
public  loadCommandFile(
String CommandFile
);

[Unmanaged C++]
public: HRESULT LoadCommandFile(
BSTR CommandFile
);

Parameters

CommandFile

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface