ArcObjects Library Reference (DefenseSolutions)  

IMARasterLayer.UseBestMap Property

Indicates if displays the appropriate raster product based on the scale.

[Visual Basic .NET]
Public Property UseBestMap As Boolean
[C#]
public bool UseBestMap {get; set;}
[C++]
HRESULT get_UseBestMap(
  VARIANT_BOOL* blnUseBestMap
);
[C++]
HRESULT put_UseBestMap(
  VARIANT_BOOL blnUseBestMap
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMARasterLayer Interface