ArcObjects Library Reference (Carto)  

ITerrainLayer.TargetResolution Property

Indicates the resolution to be used when AutoLOR is false.

[Visual Basic .NET]
Public Property TargetResolution As Double
[C#]
public double TargetResolution {get; set;}
[C++]
HRESULT get_TargetResolution(
  double* pResolution
);
[C++]
HRESULT put_TargetResolution(
  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

ITerrainLayer Interface