This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILasDatasetLayer Interface > ILasDatasetLayer.FullResolutionScale Property (ArcObjects .NET 10.5 SDK) |
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