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


ITerrainPyramidLevel.Resolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainPyramidLevel Interface > ITerrainPyramidLevel.Resolution Property
ArcGIS Developer Help

ITerrainPyramidLevel.Resolution Property

The resolution this pyramid level associated with.

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

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

Product Availability

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

See Also

ITerrainPyramidLevel Interface