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


IRelationResult.Subtract Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IRelationResult.Subtract Method

Finds elements existing in another relation set and delete them from this set.

[Visual Basic .NET]
Public Sub Subtract ( _
    ByVal pRelations As IRelationResult _
)
[C#]
public void Subtract (
    IRelationResult pRelations
);
[C++]
HRESULT Subtract(
  IRelationResult* pRelations
);
[C++]

Parameters pRelations [in]
pRelations is a parameter of type IRelationResult

Product Availability

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

See Also

IRelationResult Interface