This document is archived and information here might be outdated.  Recommended version.


ITinSurfaceElement.FaceTagValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinSurfaceElement.FaceTagValue Property

The face tag value of the triangle associated with the element.

[Visual Basic .NET]
Public ReadOnly Property FaceTagValue As Integer
[C#]
public int FaceTagValue {get;}
[C++]
HRESULT get_FaceTagValue(
  long* pValue
);
[C++]

Parameters pValue [out, retval] pValue is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinSurfaceElement Interface