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,
VARIANT_BOOL* pbIsInside
);
[C++]Parameters
nodeIndex [in] nodeIndex is a parameter of type long pbIsInside [out, retval] pbIsInside is a parameter of type VARIANT_BOOL
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.