Set the propagator type.
[Visual Basic .NET] |
---|
Public Sub SetRouteType( _ ByVal Route As AgEVePropagatorType _ ) |
[C#] |
---|
public void SetRouteType( AgEVePropagatorType Route ); |
[Managed C++] |
---|
public: void SetRouteType( AgEVePropagatorType Route ); |
[Unmanaged C++] |
---|
public: HRESULT SetRouteType( AgEVePropagatorType Route ); |
[Java] |
---|
public void setRouteType( AgEVePropagatorType Route ); |
[Python - STK API ] |
---|
def SetRouteType(self, Route:"AgEVePropagatorType") -> None: |
- Route