ArcObjects Library Reference (Carto)  

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* columnIndex
);
[C++]
HRESULT put_EventIdColumnNumber(
  Long columnIndex
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILayerAction Interface