Gets the elevation resolution.
Read-only property
[Visual Basic .NET] |
---|
Public Property ElevationResolution() As System.Object |
[C#] |
---|
public System.Object ElevationResolution {get;} |
[Managed C++] |
---|
public: __property VARIANT get_ElevationResolution(); |
[Unmanaged C++] |
---|
public: HRESULT get_ElevationResolution( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getElevationResolution(); |