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


IRelationResult.Intersect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationResult Interface > IRelationResult.Intersect Method
ArcGIS Developer Help

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