ArcObjects Library Reference (Carto)  

IMosaicRule.FIDs Property

The list of (selected) catalog item IDs.

[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

Product Availability

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

See Also

IMosaicRule Interface