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


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

IRelationalOperatorNxM.RelationEx Method

Evaluates the relation specified by esriSpatialRelationEnum.

[Visual Basic .NET]
Public Function RelationEx ( _
    ByVal other As IGeometryBag, _
    ByVal Relation As esriSpatialRelationEnum _
) As IRelationResult
[C#]
public IRelationResult RelationEx (
    IGeometryBag other,
    esriSpatialRelationEnum Relation
);
[C++]
HRESULT RelationEx(
  IGeometryBag* other,
  esriSpatialRelationEnum Relation
);
[C++]
Parameters
other 

other is a parameter of type IGeometryBag* Relation [in]
Relation is a parameter of type esriSpatialRelationEnum

Product Availability

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

See Also

IRelationalOperatorNxM Interface