This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbUseTagValue
);
[C++]
HRESULT put_UseTagValue(
VARIANT_BOOL pbUseTagValue
);
[C++] Parameters pbUseTagValue [out, retval]
pbUseTagValue is a parameter of type bool* pbUseTagValue [in]
pbUseTagValue is a parameter of type bool