AGI STK Objects 11Send 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 
[C#]
public bool IsRouteTypeSupported(
    AgEVePropagatorType Route
);
[Managed C++]
public: bool IsRouteTypeSupported(
    AgEVePropagatorType Route
);
[Java]
public bool isRouteTypeSupported(
    AgEVePropagatorType Route
);
[Unmanaged C++]
public: HRESULT IsRouteTypeSupported(
    AgEVePropagatorType Route,
    VARIANT_BOOL * pRetVal
);

Parameters

Route

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.