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


ITinElement.IsInsideExtent Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinElement.IsInsideExtent Property

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*

Product Availability

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

See Also

ITinElement Interface