ArcObjects Library Reference (TrackingAnalyst)  

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(
  pVal* pVal
);
[C++]
HRESULT put_ColumnMapping(
  pVal pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type pVal [in]   pVal is a parameter of type

Product Availability

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

See Also

IDataPartitionAction Interface