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


IRouteMeasureEventGeoprocessor.InputTable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IRouteMeasureEventGeoprocessor.InputTable Property

The input table.

[Visual Basic .NET]
Public Property InputTable As ITable
[C#]
public ITable InputTable {get; set;}
[C++]
HRESULT get_InputTable(
  ITable** Table
);
[C++]
HRESULT putref_InputTable(
  ITable* Table
);
[C++]

Parameters Table [out, retval]
Table is a parameter of type ITable Table [in]
Table is a parameter of type ITable

Product Availability

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

See Also

IRouteMeasureEventGeoprocessor Interface