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


ILayerAction.EventIdColumnNumber Property (ArcObjects .NET 10.4 SDK)
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