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





Windows & Linux

Description

Gets or sets the range error standard deviation property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RangeErrorStdDev() As Double
[C#]
public double RangeErrorStdDev {get; set;}
[Managed C++]
public: __property double get_RangeErrorStdDev();
public: __property void set_RangeErrorStdDev( double );
[Unmanaged C++]
public: HRESULT get_RangeErrorStdDev(
    double * pVal
);
public: HRESULT put_RangeErrorStdDev(
    double newVal
);
[Java]
public double getRangeErrorStdDev();
public void setRangeErrorStdDev(
    double
);
[Python - STK API ]
@property
def RangeErrorStdDev(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.