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


ITinElement.IsInsideExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinElement Interface > ITinElement.IsInsideExtent Property
ArcGIS Developer Help

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