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


ITinElement.IsInsideDataArea 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.IsInsideDataArea Property
ArcGIS Developer Help

ITinElement.IsInsideDataArea Property

Indicates if the specified element is within the interpolation zone of the TIN.

[Visual Basic .NET]
Public ReadOnly Property IsInsideDataArea As Boolean
[C#]
public bool IsInsideDataArea {get;}
[C++]
HRESULT get_IsInsideDataArea(
  Boolean* pbIsInside
);
[C++]
Parameters
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