AGI STK Objects 11Send 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 _
) As 
[C#]
public void SetRouteType(
    AgEVePropagatorType Route
);
[Managed C++]
public: void SetRouteType(
    AgEVePropagatorType Route
);
[Java]
public void setRouteType(
    AgEVePropagatorType Route
);
[Unmanaged C++]
public: HRESULT SetRouteType(
    AgEVePropagatorType Route
);

Parameters

Route

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.