Gets or sets the control authority of how much to factor a turn over push/pull.
Read-write property
[Visual Basic .NET] |
---|
Public Property ControlAuthority() As Double |
[C#] |
---|
public double ControlAuthority {get; set;} |
[Managed C++] |
---|
public: __property double get_ControlAuthority(); |
[Unmanaged C++] |
---|
public: HRESULT get_ControlAuthority( double * pVal ); public: HRESULT put_ControlAuthority( double newVal ); |
[Java] |
---|
public double getControlAuthority(); public void setControlAuthority( double ); |