STK ObjectsSend comments on this topic.
OriginLongitude Property (IAgVeVOLineOfBearing)
See Also
Windows





Windows & Linux

Description

Specifies the longitude for the origin of the line of bearing. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OriginLongitude() As Double
[C#]
public double OriginLongitude {get; set;}
[Managed C++]
public: __property double get_OriginLongitude();
public: __property void set_OriginLongitude( double );
[Unmanaged C++]
public: HRESULT get_OriginLongitude(
    double * pVal
);
public: HRESULT put_OriginLongitude(
    double OriginLongitude
);
[Java]
public double getOriginLongitude();
public void setOriginLongitude(
    double
);
[Python - STK API ]
@property
def OriginLongitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.