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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinLongitude() As System.Object
[C#]
public System.Object MinLongitude {get; set;}
[Managed C++]
public: __property VARIANT get_MinLongitude();
public: __property void set_MinLongitude( VARIANT );
[Unmanaged C++]
public: HRESULT get_MinLongitude(
    VARIANT * pVal
);
public: HRESULT put_MinLongitude(
    VARIANT MinLongitude
);
[Java]
public AgVariant getMinLongitude();
public void setMinLongitude(
    AgVariant
);
[Python - STK API ]
@property
def MinLongitude(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.