STK ObjectsSend comments on this topic.
SetInputDataVGTSystem Method (IAgMtoTrackCollection)
See Also
CommandSystem
Windows





Windows & Linux

Description

Sets VGT Data System to MTO tracks.

Syntax

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

Parameters

CommandSystem

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.