ArcObjects Library Reference (DataSourcesRaster)  

IReplacePathsParameters2.RasterTypeInstanceIDs Property

The collection of raster type instances for which paths are replaced. If this property is not set, paths are replaced for only those raster type instances associated with selected mosaic dataset items.

[Visual Basic .NET]
Public Property RasterTypeInstanceIDs As IFIDSet
[C#]
public IFIDSet RasterTypeInstanceIDs {get; set;}
[C++]
HRESULT get_RasterTypeInstanceIDs(
  IFIDSet** ppRasterTypeInstanceIDs
);
[C++]
HRESULT putref_RasterTypeInstanceIDs(
  IFIDSet* ppRasterTypeInstanceIDs
);
[C++]

Parameters

ppRasterTypeInstanceIDs [out, retval]

  ppRasterTypeInstanceIDs is a parameter of type IFIDSet

ppRasterTypeInstanceIDs [in]

  ppRasterTypeInstanceIDs is a parameter of type IFIDSet

Product Availability

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

See Also

IReplacePathsParameters2 Interface