AGI STK Objects 11 Send comments on this topic.
BearingError Property (IAgVeVOLineOfBearing)
See Also 





Description

The margin of error in either direction of the Line of Bearing.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BearingError() As Double

[C#]
public double BearingError {get; set;}

[Managed C++]
public: __property double get_BearingError();
public: __property void set_BearingError(
double
);

[Unmanaged C++]
public: HRESULT get_BearingError(
double * pRetVal
);
public: HRESULT put_BearingError(
double NewBearingError
);

[Java]
public double getBearingError();public void setBearingError(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1