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


IRelationalOperatorNxM.Within 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.Within Method
ArcGIS Developer Help

IRelationalOperatorNxM.Within Method

Indicates if this geometry is contained (is within) another geometry.

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

other is a parameter of type IGeometryBag*

Product Availability

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

See Also

IRelationalOperatorNxM Interface