Gets or sets the latitude/longitude value used to define grid resolution. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property LatLon() As System.Object |
[C#] |
---|
public System.Object LatLon {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_LatLon(); |
[Unmanaged C++] |
---|
public: HRESULT get_LatLon( VARIANT * pVal ); public: HRESULT put_LatLon( VARIANT LatLon ); |
[Java] |
---|
public AgVariant getLatLon(); public void setLatLon( AgVariant ); |