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


IDatasetColumn Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetColumn Interface
ArcGIS Developer Help

IDatasetColumn Interface

Provides access to methods and properties needed to define the contents of a dataset definition's data column.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Members

Name Description
Method getValue Returns the value for the data column in the dataset definition.
Read-only property Name Identifies dataset name information for the data column in the dataset definition.
Method setValue Sets the value for the data column in the dataset definition.
Read/write property Type Type of data described in the dataset definition.

Classes that implement IDatasetColumn

Classes Description
DatasetColumn Defines single column in a dataset definition.