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


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

ILasDatasetLayer.UseFullResolutionScale Property

Indicates if map scale should be used to control full resolution display.

[Visual Basic .NET]
Public Property UseFullResolutionScale As Boolean
[C#]
public bool UseFullResolutionScale {get; set;}
[C++]
HRESULT get_UseFullResolutionScale(
  Boolean* pbUseScale
);
[C++]
HRESULT put_UseFullResolutionScale(
  VARIANT_BOOL pbUseScale
);
[C++]
Parameters
pbUseScale [out, retval]

pbUseScale is a parameter of type bool* pbUseScale [in]
pbUseScale is a parameter of type bool

Product Availability

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

See Also

ILasDatasetLayer Interface