Description
Gets the terrain extent min longitude.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property TerrainExtentMinLongitude() As System.Object
|
[C#] |
---|
public System.Object TerrainExtentMinLongitude {get;}
|
[Managed C++] |
---|
public: __property VARIANT get_TerrainExtentMinLongitude();
|
[Unmanaged C++] |
---|
public: HRESULT get_TerrainExtentMinLongitude(
VARIANT * pVal
);
|
[Java] |
---|
public AgVariant getTerrainExtentMinLongitude();
|
[Python - STK API] |
---|
@property
def TerrainExtentMinLongitude(self) -> typing.Any:
|
See Also