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


ITinFeatureSeed.UseTagValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinFeatureSeed.UseTagValue Property

Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge.

[Visual Basic .NET]
Public Property UseTagValue As Boolean
[C#]
public bool UseTagValue {get; set;}
[C++]
HRESULT get_UseTagValue(
  VARIANT_BOOL* pbUseTagValue
);
[C++]
HRESULT put_UseTagValue(
  VARIANT_BOOL pbUseTagValue
);
[C++]

Parameters pbUseTagValue [out, retval] pbUseTagValue is a parameter of type VARIANT_BOOL pbUseTagValue [in] pbUseTagValue is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITinFeatureSeed Interface