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 WithinEx ( _ ByVal pOther As IGeometry, _ ByVal Relation As esriSpatialRelationExEnum _ ) As Boolean
[C#] public bool WithinEx ( IGeometry pOther, esriSpatialRelationExEnum Relation );
[C++]
HRESULT WithinEx(
IGeometry* pOther,
esriSpatialRelationExEnum Relation
);
[C++] Parameters pOther
pOther is a parameter of type IGeometry* Relation [in]
Relation is a parameter of type esriSpatialRelationExEnum