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


IRasterCatalogLoader.Foreground Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogLoader Interface > IRasterCatalogLoader.Foreground Property
ArcGIS Developer Help

IRasterCatalogLoader.Foreground Property

The foreground value for 1-Bit images.

[Visual Basic .NET]
Public Property Foreground As Object
[C#]
public object Foreground {get; set;}
[C++]
HRESULT get_Foreground(
  Variant* Foreground
);
[C++]
HRESULT put_Foreground(
  VARIANT Foreground
);
[C++]
Parameters
Foreground [out, retval]

Foreground is a parameter of type VARIANT* Foreground [in]
Foreground is a parameter of type VARIANT

Product Availability

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

See Also

IRasterCatalogLoader Interface