|  | This document is archived and information here might be outdated. Recommended version. | 
Indicates whether the element is inside the specified envelope.
[Visual Basic .NET] Public Function get_IsInsideExtent ( _ ByVal pExtent As IEnvelope _ ) As Boolean
[C#] public bool get_IsInsideExtent ( IEnvelope pExtent );
[C++]
HRESULT get_IsInsideExtent(
  IEnvelope* pExtent,
  Boolean* pbIsInside
);
[C++] Parameters pExtent [in]
pExtent is a parameter of type IEnvelope* pbIsInside [out, retval]
pbIsInside is a parameter of type bool*