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





Windows & Linux

Description

Gets or sets the angle error standard deviation property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AngleErrorStdDev() As Double
[C#]
public double AngleErrorStdDev {get; set;}
[Managed C++]
public: __property double get_AngleErrorStdDev();
public: __property void set_AngleErrorStdDev( double );
[Unmanaged C++]
public: HRESULT get_AngleErrorStdDev(
    double * pVal
);
public: HRESULT put_AngleErrorStdDev(
    double newVal
);
[Java]
public double getAngleErrorStdDev();
public void setAngleErrorStdDev(
    double
);
[Python - STK API ]
@property
def AngleErrorStdDev(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.