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


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

IRelationalOperator2.ContainsEx Method

Indicates if this geometry contains the other geometry, optionally using Celementini's definition.

[Visual Basic .NET]
Public Function ContainsEx ( _
    ByVal pOther As IGeometry, _
    ByVal Relation As esriSpatialRelationExEnum _
) As Boolean
[C#]
public bool ContainsEx (
    IGeometry pOther,
    esriSpatialRelationExEnum Relation
);
[C++]
HRESULT ContainsEx(
  IGeometry* pOther,
  esriSpatialRelationExEnum Relation
);
[C++]
Parameters
pOther 

pOther is a parameter of type IGeometry* Relation [in]
Relation is a parameter of type esriSpatialRelationExEnum

Product Availability

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

See Also

IRelationalOperator2 Interface