ArcObjects Library Reference (DataSourcesRaster)  

IDEMosaicDataset.Content Property

The mosaic dataset content.

[Visual Basic .NET]
Public Property Content As Object
[C#]
public object Content {get; set;}
[C++]
HRESULT get_Content(
  VARIANT* pContent
);
[C++]
HRESULT put_Content(
  VARIANT pContent
);
[C++]

Parameters

pContent [out, retval]   pContent is a parameter of type VARIANT pContent [in]   pContent is a parameter of type VARIANT

Product Availability

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

See Also

IDEMosaicDataset Interface