ArcObjects Library Reference (DataSourcesRaster)  

IRasterLoader.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

IRasterLoader Interface