This document is archived and information here might be outdated. Recommended version. |
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