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


ILasDatasetLayer.UseFullResolutionScale Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* pbUseScale
);
[C++]
HRESULT put_UseFullResolutionScale(
  VARIANT_BOOL pbUseScale
);
[C++]

Parameters pbUseScale [out, retval] pbUseScale is a parameter of type VARIANT_BOOL pbUseScale [in] pbUseScale is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILasDatasetLayer Interface