This document is archived and information here might be outdated. Recommended version. |
Returns TRUE if the edge is inside data area.
[Visual Basic .NET]
Public Function IsEdgeInsideDataArea ( _
ByVal edgeIndex As Integer _
) As Boolean
[C#]
public bool IsEdgeInsideDataArea (
int edgeIndex
);
[C++]
HRESULT IsEdgeInsideDataArea(
long edgeIndex
);
[C++] Parameters edgeIndex [in]
edgeIndex is a parameter of type long
If the triangle the edge belongs to, its RightTriangle, is inside the TIN's data area then this function will return True for the edge.