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


IRelationResult.Intersect Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IRelationResult.Intersect Method

Construct the set with only those elements that exist in both relation sets.

[Visual Basic .NET]
Public Sub Intersect ( _
    ByVal pRelations As IRelationResult _
)
[C#]
public void Intersect (
    IRelationResult pRelations
);
[C++]
HRESULT Intersect(
  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