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


ILasDatasetLayer.FullResolutionScale 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.FullResolutionScale Property
ArcGIS Developer Help

ILasDatasetLayer.FullResolutionScale Property

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

[Visual Basic .NET]
Public Property FullResolutionScale As Double
[C#]
public double FullResolutionScale {get; set;}
[C++]
HRESULT get_FullResolutionScale(
  System.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