ArcObjects Library Reference (Carto)  

ITerrainRenderer2.Resolution Property

The resolution to be rendered.

[Visual Basic .NET]
Public Property Resolution As Double
[C#]
public double Resolution {get; set;}
[C++]
HRESULT get_Resolution(
  double* pResolution
);
[C++]
HRESULT put_Resolution(
  double pResolution
);
[C++]

Parameters

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

Product Availability

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

See Also

ITerrainRenderer2 Interface