This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataSource Interface > ITerrainDataSource.TagValueField Property (ArcObjects .NET 10.5 SDK) |
The database column providing tag values for TIN elements derived from the terrain.
[Visual Basic .NET] Public Property TagValueField As String
[C#] public string TagValueField {get; set;}
[C++]
HRESULT get_TagValueField(
BSTR* pFieldName
);
[C++]
HRESULT put_TagValueField(
BSTR pFieldName
);
[C++]
Parameters pFieldName [out, retval] pFieldName is a parameter of type BSTR pFieldName [in] pFieldName is a parameter of type BSTR
The TagValueField is the name of the database column providing tags for derived terrain TIN elements. Tag values are integers (signed longs), with user defined meaning, that can be assigned to nodes, edges, or triangles. They are used as a simple form of attribution.
This parameter can remain unset, or set to an empty string, if tags are not to be assigned from this data source.