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