STK ObjectsSend comments on this topic.
MaxLongitude Property (IAgCvBoundsLatLonRegion)
See Also
Windows





Windows & Linux

Description

Maximum longitude for defining a grid using lat-lon region. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxLongitude() As System.Object
[C#]
public System.Object MaxLongitude {get; set;}
[Managed C++]
public: __property VARIANT get_MaxLongitude();
public: __property void set_MaxLongitude( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxLongitude(
    VARIANT * pVal
);
public: HRESULT put_MaxLongitude(
    VARIANT MaxLongitude
);
[Java]
public AgVariant getMaxLongitude();
public void setMaxLongitude(
    AgVariant
);
[Python - STK API ]
@property
def MaxLongitude(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.