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