This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppRasterTypeInstanceIDs is a parameter of type IFIDSet* ppRasterTypeInstanceIDs [out, retval]
ppRasterTypeInstanceIDs is a parameter of type IFIDSet**