Method to set the propagator type.
[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 ); |
- Route