ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* pbIsInside
);
[C++]

Parameters

pbIsInside [out, retval]   pbIsInside is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITinElement Interface