This document is archived and information here might be outdated.  Recommended version.


ITerrainLayer.CurrentResolution Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITerrainLayer.CurrentResolution Property

Indicates the current resolution.

[Visual Basic .NET]
Public ReadOnly Property CurrentResolution As Double
[C#]
public double CurrentResolution {get;}
[C++]
HRESULT get_CurrentResolution(
  double* pResolution
);
[C++]

Parameters pResolution [out, retval] pResolution is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITerrainLayer Interface