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


ITinSurfaceElement.FaceTagValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSurfaceElement Interface > ITinSurfaceElement.FaceTagValue Property
ArcGIS Developer Help

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(
  System.Int32* 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