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





Windows & Linux

Description

The value of the latitude crossing at which a new pass begins. Uses Latitude Dimension.

Property type

Read-write property

Syntax

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.