STK ObjectsSend comments on this topic.
Longitude Property (IAgVeWaypointsElement)
See Also
Windows





Windows & Linux

Description

Longitude of the waypoint. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Longitude() As System.Object
[C#]
public System.Object Longitude {get; set;}
[Managed C++]
public: __property VARIANT get_Longitude();
public: __property void set_Longitude( VARIANT );
[Unmanaged C++]
public: HRESULT get_Longitude(
    VARIANT * pVal
);
public: HRESULT put_Longitude(
    VARIANT Longitude
);
[Java]
public AgVariant getLongitude();
public void setLongitude(
    AgVariant
);
[Python - STK API ]
@property
def Longitude(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.