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


IDatasetColumn.Type Property (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 > IDatasetColumn.Type Property
ArcGIS Developer Help

IDatasetColumn.Type Property

Type of data described in the dataset definition.

[Visual Basic .NET]
Public Property Type As enumColumnType
[C#]
public enumColumnType Type {get; set;}
[C++]
HRESULT get_Type(
  enumColumnType* pVal
);
[C++]
HRESULT put_Type(
  enumColumnType pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type enumColumnType* pVal [in]
pVal is a parameter of type enumColumnType

Product Availability

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

See Also

IDatasetColumn Interface