This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerAction Interface > ILayerAction.EventIdColumnNumber Property (ArcObjects .NET 10.4 SDK) |
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