ArcObjects Library Reference (TrackingAnalyst)  

ILayerAction.EventIdColumnNumber Property

Number of the column containing EventID information.

[Visual Basic .NET]
Public Property EventIdColumnNumber As Integer
[C#]
public int EventIdColumnNumber {get; set;}
[C++]
HRESULT get_EventIdColumnNumber(
  Long* iVal
);
[C++]
HRESULT put_EventIdColumnNumber(
  Long iVal
);
[C++]

Parameters

iVal [out, retval]   iVal is a parameter of type Long iVal [in]   iVal is a parameter of type Long

Product Availability

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

See Also

ILayerAction Interface