Gets or sets the bearing of the ellipse: the angle, measured in an easterly direction, between the major axis and the local North direction. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Bearing() As System.Object |
[C#] |
---|
public System.Object Bearing {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Bearing(); |
[Unmanaged C++] |
---|
public: HRESULT get_Bearing( VARIANT * pVal ); public: HRESULT put_Bearing( VARIANT InVal ); |
[Java] |
---|
public AgVariant getBearing(); public void setBearing( AgVariant ); |