This document is archived and information here might be outdated. Recommended version. |
The number of TIN edges that have a data triangle on one side or the other.
[Visual Basic .NET]
Public ReadOnly Property DataEdgeCount As Integer
[C#]
public int DataEdgeCount {get;}
[C++]
HRESULT get_DataEdgeCount(
System.Int32* pcEdges
);
[C++] Parameters pcEdges [out, retval]
pcEdges is a parameter of type long*
Returns the number of data edges in the TIN. Data edges are those that are within the interpolation zone.
This count is unreliable during editing. A call to ITinEdit.Refresh is needed to update this information.