STK AviatorSend comments on this topic.
ControlAuthority Property (IAgAvtrAeroPropManeuverModeHelper)
See Also
Windows





Windows & Linux

Description

Gets or sets the control authority of how much to factor a turn over push/pull.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ControlAuthority() As Double
[C#]
public double ControlAuthority {get; set;}
[Managed C++]
public: __property double get_ControlAuthority();
public: __property void set_ControlAuthority( double );
[Unmanaged C++]
public: HRESULT get_ControlAuthority(
    double * pVal
);
public: HRESULT put_ControlAuthority(
    double newVal
);
[Java]
public double getControlAuthority();
public void setControlAuthority(
    double
);
[Python - STK API ]
@property
def ControlAuthority(self) -> float:

@ControlAuthority.setter
def ControlAuthority(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.