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