Description
Minimum longitude for defining a grid using lat-lon region. Uses Longitude Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MinLongitude() As System.Object
|
[C#] |
---|
public System.Object MinLongitude {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_MinLongitude(); public: __property void set_MinLongitude( VARIANT );
|
[Unmanaged C++] |
---|
public: HRESULT get_MinLongitude( VARIANT * pRetVal ); public: HRESULT put_MinLongitude( VARIANT NewMinLongitude );
|
[Java] |
---|
public Variant getMinLongitude(); public void setMinLongitude( Variant );
|
See Also