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






Windows & Linux

Description

The bearing of the ellipse: the angle, measured in an easterly direction, between the major axis and the local North direction. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.