ArcObjects Library Reference (Carto)  

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