STK ObjectsSend comments on this topic.
Bearing Property (IAgAreaTypeEllipse)
See Also
Windows





Windows & Linux

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 * pBearing
);
public: HRESULT put_Bearing(
    VARIANT pBearing
);
[Java]
public AgVariant getBearing();
public void setBearing(
    AgVariant
);
[Python - STK API ]
@property
def Bearing(self) -> typing.Any:

@Bearing.setter
def Bearing(self, pBearing:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.