Description
Latitude of a point used in defining an area target as a pattern. Uses Latitude Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Lat() As System.Object
|
[C#] |
---|
public System.Object Lat {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_Lat(); public: __property void set_Lat(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Lat(
VARIANT * pLat
);
public: HRESULT put_Lat(
VARIANT pLat
);
|
[Java] |
---|
public AgVariant getLat();
public void setLat(
AgVariant
);
|
[Python - STK API] |
---|
@property
def Lat(self) -> typing.Any:
@Lat.setter
def Lat(self, pLat:typing.Any) -> None:
|
See Also