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


ILasDatasetLayer.CurrentResolution Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILasDatasetLayer.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

ILasDatasetLayer Interface