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





Windows & Linux

Description

Latitude of the waypoint. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Latitude() As System.Object
[C#]
public System.Object Latitude {get; set;}
[Managed C++]
public: __property VARIANT get_Latitude();
public: __property void set_Latitude( VARIANT );
[Unmanaged C++]
public: HRESULT get_Latitude(
    VARIANT * pVal
);
public: HRESULT put_Latitude(
    VARIANT Latitude
);
[Java]
public AgVariant getLatitude();
public void setLatitude(
    AgVariant
);
[Python - STK API ]
@property
def Latitude(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.