Description
Minimum Latitude value. Uses Latitude Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MinLat() As System.Object
|
| [C#] |
|---|
public System.Object MinLat {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_MinLat(); public: __property void set_MinLat(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MinLat(
VARIANT * pVal
);
public: HRESULT put_MinLat(
VARIANT pVal
);
|
| [Java] |
|---|
public AgVariant getMinLat();
public void setMinLat(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def MinLat(self) -> typing.Any:
@MinLat.setter
def MinLat(self, pVal:typing.Any) -> None:
|
See Also