This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.FIDs Property (ArcObjects .NET 10.5 SDK) |
The current selection set on the source catalog.
[Visual Basic .NET] Public Property FIDs As IFIDSet
[C#] public IFIDSet FIDs {get; set;}
[C++]
HRESULT get_FIDs(
IFIDSet** ppFIDs
);
[C++]
HRESULT putref_FIDs(
IFIDSet* ppFIDs
);
[C++]
Parameters ppFIDs [out, retval]
ppFIDs is a parameter of type IFIDSet ppFIDs [in]
ppFIDs is a parameter of type IFIDSet