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

© 2018 Analytical Graphics, Inc. All Rights Reserved.