Gets a value indicating whether the specified type can be used.
[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: |
- Route