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