Returns the feature IDs that are not in the collection, but are present in the input collection.
[Visual Basic .NET] Public Function Difference ( _ ByVal otherFIDSet As IFIDSet _ ) As IFIDSet
[C#] public IFIDSet Difference ( IFIDSet otherFIDSet );
[C++]
HRESULT Difference(
IFIDSet* otherFIDSet,
IFIDSet** newFIDSet
);
[C++]Parameters
otherFIDSet [in]otherFIDSet is a parameter of type IFIDSet
newFIDSet [out, retval]newFIDSet is a parameter of type IFIDSet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.