STK ObjectsSend comments on this topic.
Bearing Property (IAgVeVOBearingEllipse)
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 * pVal
);
public: HRESULT put_Bearing(
    double Bearing
);
[Java]
public double getBearing();
public void setBearing(
    double
);
[Python - STK API ]
@property
def Bearing(self) -> float:

@Bearing.setter
def Bearing(self, Bearing:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.