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


IRouteMeasureEventGeoprocessor.OverlayTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasureEventGeoprocessor Interface > IRouteMeasureEventGeoprocessor.OverlayTable Property
ArcGIS Developer Help

IRouteMeasureEventGeoprocessor.OverlayTable Property

The table to overlay with the input table.

[Visual Basic .NET]
Public Property OverlayTable As ITable
[C#]
public ITable OverlayTable {get; set;}
[C++]
HRESULT get_OverlayTable(
  ITable* Table
);
[C++]
HRESULT putref_OverlayTable(
  ITable** Table
);
[C++]
Parameters
Table [in]

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

Product Availability

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

See Also

IRouteMeasureEventGeoprocessor Interface