ArcObjects Library Reference (TrackingAnalyst)  

IDataPartitionAction.SourceColumnArray Property

Array of column indices for retrieving source message field values for the destination message .

[Visual Basic .NET]
Public Property SourceColumnArray As Int32[]
[C#]
public Int32[] SourceColumnArray {get; set;}
[C++]
HRESULT get_SourceColumnArray(
  pVal* pVal
);
[C++]
HRESULT put_SourceColumnArray(
  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