STK AviatorSend comments on this topic.
SmoothingConstant Property (IAgAvtrBasicManeuverTargetPosVelNoisyBrgRng)
See Also
Windows





Windows & Linux

Description

Gets or sets the smoothing constant property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SmoothingConstant() As Double
[C#]
public double SmoothingConstant {get; set;}
[Managed C++]
public: __property double get_SmoothingConstant();
public: __property void set_SmoothingConstant( double );
[Unmanaged C++]
public: HRESULT get_SmoothingConstant(
    double * pVal
);
public: HRESULT put_SmoothingConstant(
    double newVal
);
[Java]
public double getSmoothingConstant();
public void setSmoothingConstant(
    double
);
[Python - STK API ]
@property
def SmoothingConstant(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.