This document is archived and information here might be outdated. Recommended version. |
The tag value of the edge referenced by the index.
[Visual Basic .NET] Public Function GetEdgeTagValue ( _ ByVal Index As Integer _ ) As Integer
[C#] public int GetEdgeTagValue ( int Index );
[C++]
HRESULT GetEdgeTagValue(
long Index
);
[C++]
Parameters Index [in]
Index is a parameter of type long
Returns the tag value of the edge referenced by the index. The base index for edges is 1.
The returned value will be 0 if the TIN has never been assigned any edge tag values or the edge itself has not been assigned a value.