ArcObjects Library Reference (Carto)  

ILasDatasetLayer.FullResolutionScale Property

Indicates the map scale at which data may be displayed at full resolution.

ERROR: Syntax information about ILasDatasetLayer.FullResolutionScale may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT get_FullResolutionScale(
  double* pScale
);
[C++]
HRESULT put_FullResolutionScale(
  double pScale
);
[C++]

Parameters

pScale [out, retval]   pScale is a parameter of type double pScale [in]   pScale is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasDatasetLayer Interface