STK ObjectsSend comments on this topic.
KinkAngle Property (IAgVeAttTrendControlAviator)
See Also
Windows





Windows & Linux

Description

Minimum angle between the linear trends in the samples that indicates sufficient rate change to warrant creation of a trending control time. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property KinkAngle() As Double
[C#]
public double KinkAngle {get; set;}
[Managed C++]
public: __property double get_KinkAngle();
public: __property void set_KinkAngle( double );
[Unmanaged C++]
public: HRESULT get_KinkAngle(
    double * pVal
);
public: HRESULT put_KinkAngle(
    double pVal
);
[Java]
public double getKinkAngle();
public void setKinkAngle(
    double
);
[Python - STK API ]
@property
def KinkAngle(self) -> float:

@KinkAngle.setter
def KinkAngle(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.