ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  BSTR pFieldName
);
[C++]

Parameters

pFieldName [out, retval]   pFieldName is a parameter of type BSTR pFieldName [in]   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