Gets or sets the active mode for the rolling pull basic maneuver strategy.
Read-write property
[Visual Basic .NET] |
---|
Public Property ActiveMode() As AgEAvtrRollingPullMode |
[C#] |
---|
public AgEAvtrRollingPullMode ActiveMode {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrRollingPullMode get_ActiveMode(); |
[Unmanaged C++] |
---|
public: HRESULT get_ActiveMode( AgEAvtrRollingPullMode * pVal ); public: HRESULT put_ActiveMode( AgEAvtrRollingPullMode newVal ); |
[Java] |
---|
public AgEAvtrRollingPullMode getActiveMode(); public void setActiveMode( AgEAvtrRollingPullMode ); |
[Python - STK API ] |
---|
@property def ActiveMode(self) -> "AgEAvtrRollingPullMode": @ActiveMode.setter def ActiveMode(self, newVal:"AgEAvtrRollingPullMode") -> None: |