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


IDatasetDef2.RemoveColumnDefinition Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef2.RemoveColumnDefinition Method

Removes a column from the dataset definition.

[Visual Basic .NET]
Public Sub removeColumnDefinition ( _
    ByRef pcName As String _
)
[C#]
public void removeColumnDefinition (
    ref string pcName
);
[C++]
HRESULT removeColumnDefinition(
  System.String* pcName
);
[C++]

Parameters pcName [in]
pcName is a parameter of type BSTR*

Product Availability

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

See Also

IDatasetDef2 Interface