Description
Maximum Latitude. Uses Latitude Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MaxLat() As System.Object
|
[C#] |
---|
public System.Object MaxLat {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_MaxLat(); public: __property void set_MaxLat(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_MaxLat(
VARIANT * pVal
);
public: HRESULT put_MaxLat(
VARIANT pVal
);
|
[Java] |
---|
public AgVariant getMaxLat();
public void setMaxLat(
AgVariant
);
|
[Python - STK API] |
---|
@property
def MaxLat(self) -> typing.Any:
@MaxLat.setter
def MaxLat(self, pVal:typing.Any) -> None:
|
See Also