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


IServAction.TrackIdColumnNumber Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IServAction.TrackIdColumnNumber Property

Value of the TrackIdColumnNumber property.

[Visual Basic .NET]
Public Property TrackIdColumnNumber As Integer
[C#]
public int TrackIdColumnNumber {get; set;}
[C++]
HRESULT get_TrackIdColumnNumber(
  Long* iVal
);
[C++]
HRESULT put_TrackIdColumnNumber(
  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

IServAction Interface