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





Description

The angle, measured in an easterly direction, between the major axis of the ellipse 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1