This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureSeed Interface > ITinFeatureSeed.UseTagValue Property (ArcObjects .NET 10.4 SDK) |
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