STK ObjectsSend comments on this topic.
LongitudeSpan Property (IAgCvLatLonBox)
See Also
Windows





Windows & Linux

Description

Longitude span.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LongitudeSpan() As Double
[C#]
public double LongitudeSpan {get; set;}
[Managed C++]
public: __property double get_LongitudeSpan();
public: __property void set_LongitudeSpan( double );
[Unmanaged C++]
public: HRESULT get_LongitudeSpan(
    double * pRetVal
);
public: HRESULT put_LongitudeSpan(
    double LongitudeSpan
);
[Java]
public double getLongitudeSpan();
public void setLongitudeSpan(
    double
);
[Python - STK API ]
@property
def LongitudeSpan(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.