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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.