This document is archived and information here might be outdated. Recommended version. |
Indicates if the TIN dataset has edge tag values.
[Visual Basic .NET]
Public Property HasEdgeTagValues As Boolean
[C#]
public bool HasEdgeTagValues {get; set;}
[C++]
HRESULT get_HasEdgeTagValues(
Boolean* pbHasEdgeValues
);
[C++]
HRESULT put_HasEdgeTagValues(
VARIANT_BOOL pbHasEdgeValues
);
[C++] Parameters pbHasEdgeValues [out, retval]
pbHasEdgeValues is a parameter of type bool* pbHasEdgeValues [in]
pbHasEdgeValues is a parameter of type bool