This document is archived and information here might be outdated. Recommended version. |
Returns TRUE if the triangle is inside data area.
[Visual Basic .NET]
Public Function IsTriangleInsideDataArea ( _
ByVal triangleIndex As Integer _
) As Boolean
[C#]
public bool IsTriangleInsideDataArea (
int triangleIndex
);
[C++]
HRESULT IsTriangleInsideDataArea(
long triangleIndex
);
[C++] Parameters triangleIndex [in]
triangleIndex is a parameter of type long
Returns TRUE if the triangle is inside the data area. This is the same as the domain or interpolation zone of the TIN.