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


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

IDataPartitionAction.ColumnMapping Property

Column mapping between the input message fields and the destination message fields.

[Visual Basic .NET]
Public Property ColumnMapping As String[]
[C#]
public String[] ColumnMapping {get; set;}
[C++]
HRESULT get_ColumnMapping(
  SAFEARRAY(System.String)* pVal
);
[C++]
HRESULT put_ColumnMapping(
  SafeArray pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type SAFEARRAY(BSTR)* pVal [in]
pVal is a parameter of type SAFEARRAY(BSTR)

Product Availability

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

See Also

IDataPartitionAction Interface