This document is archived and information here might be outdated. Recommended version. |
Returns TRUE if the specified node is on domain's boundary.
[Visual Basic .NET]
Public Function IsNodeOnDomainBoundary ( _
ByVal nodeIndex As Integer _
) As Boolean
[C#]
public bool IsNodeOnDomainBoundary (
int nodeIndex
);
[C++]
HRESULT IsNodeOnDomainBoundary(
long nodeIndex
);
[C++] Parameters nodeIndex [in]
nodeIndex is a parameter of type long
Returns TRUE if the node resides on the perimeter of the TIN's interpolation zone. This is the case if there's at least one nodata triangle and one data triangle incident to the node.