ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo.MosaicItemIDs Property

The object IDs of all items that appear below the selected item.

[Visual Basic .NET]
Public Property MosaicItemIDs As IFIDSet
[C#]
public IFIDSet MosaicItemIDs {get; set;}
[C++]
HRESULT get_MosaicItemIDs(
  IFIDSet** ppMosaicItemIDs
);
[C++]
HRESULT putref_MosaicItemIDs(
  IFIDSet* ppMosaicItemIDs
);
[C++]

Parameters

ppMosaicItemIDs [out, retval]

  ppMosaicItemIDs is a parameter of type IFIDSet

ppMosaicItemIDs [in]

  ppMosaicItemIDs is a parameter of type IFIDSet

Product Availability

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

See Also

ISeamlineTaskInfo Interface