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





Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsRouteTypeSupported( _
    ByVal Route As AgEVePropagatorType _
) As Boolean
[C#]
public bool IsRouteTypeSupported(
    AgEVePropagatorType Route
);
[Managed C++]
public: bool IsRouteTypeSupported(
    AgEVePropagatorType Route
);
[Unmanaged C++]
public: HRESULT IsRouteTypeSupported(
    AgEVePropagatorType Route,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isRouteTypeSupported(
    AgEVePropagatorType Route
);
[Python - STK API ]
def IsRouteTypeSupported(self, Route:"AgEVePropagatorType") -> bool:

Parameters

Route

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.