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


ITinAdvanced2.IsNodeInsideDataArea Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.IsNodeInsideDataArea Method
ArcGIS Developer Help

ITinAdvanced2.IsNodeInsideDataArea Method

Returns TRUE if the node is inside data area.

[Visual Basic .NET]
Public Function IsNodeInsideDataArea ( _
    ByVal nodeIndex As Integer _
) As Boolean
[C#]
public bool IsNodeInsideDataArea (
    int nodeIndex
);
[C++]
HRESULT IsNodeInsideDataArea(
  long nodeIndex
);
[C++]
Parameters
nodeIndex [in]

nodeIndex is a parameter of type long

Product Availability

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

Description

Returns True if any triangles incident to the node are inside the TIN's interpolation zone.

See Also

ITinAdvanced2 Interface