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