STK AviatorSend comments on this topic.
CourseError Property (IAgAvtrBasicManeuverTargetPosVelNoisySurfTgt)
See Also
Windows





Windows & Linux

Description

Gets or sets the course error property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CourseError() As Double
[C#]
public double CourseError {get; set;}
[Managed C++]
public: __property double get_CourseError();
public: __property void set_CourseError( double );
[Unmanaged C++]
public: HRESULT get_CourseError(
    double * pVal
);
public: HRESULT put_CourseError(
    double newVal
);
[Java]
public double getCourseError();
public void setCourseError(
    double
);
[Python - STK API ]
@property
def CourseError(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.