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


ILasDatasetLayer.CurrentResolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILasDatasetLayer Interface > ILasDatasetLayer.CurrentResolution Property
ArcGIS Developer Help

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(
  System.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