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


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

ITinFeatureSeed.TagValue Property

The element's tag value.

[Visual Basic .NET]
Public ReadOnly Property TagValue As Integer
[C#]
public int TagValue {get;}
[C++]
HRESULT get_TagValue(
  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

ITinFeatureSeed Interface