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






Windows & Linux

Description

The bearing value, relative to North. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Bearing() As Double
[C#]
public double Bearing {get; set;}
[Managed C++]
public: __property double get_Bearing();
public: __property void set_Bearing(
   double
);
[Unmanaged C++]
public: HRESULT get_Bearing(
   double * pRetVal
);
public: HRESULT put_Bearing(
   double NewBearing
);
[Java]
public double getBearing();public void setBearing(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.