This document is archived and information here might be outdated.  Recommended version.


IRecordNumberSet.Difference Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRecordNumberSet.Difference Method

Returns the record numbers that are not in the collection, but are present in the input collection.

[Visual Basic .NET]
Public Function Difference ( _
    ByVal otherRecordNumberSet As IRecordNumberSet _
) As IRecordNumberSet
[C#]
public IRecordNumberSet Difference (
    IRecordNumberSet otherRecordNumberSet
);
[C++]
HRESULT Difference(
  IRecordNumberSet* otherRecordNumberSet,
  IRecordNumberSet** newRecordNumberSet
);
[C++]

Parameters otherRecordNumberSet [in]
otherRecordNumberSet is a parameter of type IRecordNumberSet newRecordNumberSet [out, retval]
newRecordNumberSet is a parameter of type IRecordNumberSet

Product Availability

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

See Also

IRecordNumberSet Interface