Maximum Longitude value. Uses Longitude Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxLon() As System.Object |
[C#] |
---|
public System.Object MaxLon {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxLon(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxLon( VARIANT * pVal ); public: HRESULT put_MaxLon( VARIANT pVal ); |
[Java] |
---|
public AgVariant getMaxLon(); public void setMaxLon( AgVariant ); |