This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITerrainLayer Interface > ITerrainLayer.TargetResolution Property (ArcObjects .NET 10.5 SDK) |
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