This document is archived and information here might be outdated. Recommended version. |
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
Returns True if any triangles incident to the node are inside the TIN's interpolation zone.