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