STK ObjectsSend comments on this topic.
SetRouteType Method (IAgGreatArcVehicle)
See Also
Route
Windows





Windows & Linux

Description

Method to set the propagator type.

Syntax

[Visual Basic .NET]
Public Sub SetRouteType( _
    ByVal Route As AgEVePropagatorType _
)
[C#]
public void SetRouteType(
    AgEVePropagatorType Route
);
[Managed C++]
public: void SetRouteType(
    AgEVePropagatorType Route
);
[Unmanaged C++]
public: HRESULT SetRouteType(
    AgEVePropagatorType Route
);
[Java]
public void setRouteType(
    AgEVePropagatorType Route
);
[Python - STK API ]
def SetRouteType(self, Route:"AgEVePropagatorType") -> None:

Parameters

Route

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.