This document is archived and information here might be outdated.  Recommended version.


ITerrainDataSource.TagValueField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataSource Interface > ITerrainDataSource.TagValueField Property
ArcGIS Developer Help

ITerrainDataSource.TagValueField Property

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(
  System.String* pFieldName
);
[C++]
Parameters
pFieldName [in]

pFieldName is a parameter of type BSTR pFieldName [out, retval]
pFieldName is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ITerrainDataSource Interface