STK ObjectsSend 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 * pVal
);
public: HRESULT put_BearingError(
    double BearingError
);
[Java]
public double getBearingError();
public void setBearingError(
    double
);
[Python - STK API ]
@property
def BearingError(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.