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


IRouteMeasureEventGeoprocessor.OverlaySelection 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.OverlaySelection Property
ArcGIS Developer Help

IRouteMeasureEventGeoprocessor.OverlaySelection Property

The overlay table's selection set.

[Visual Basic .NET]
Public Property OverlaySelection As ISelectionSet
[C#]
public ISelectionSet OverlaySelection {get; set;}
[C++]
HRESULT get_OverlaySelection(
  ISelectionSet* selection
);
[C++]
HRESULT putref_OverlaySelection(
  ISelectionSet** selection
);
[C++]
Parameters
selection [in]

selection is a parameter of type ISelectionSet* selection [out, retval]
selection is a parameter of type ISelectionSet**

Product Availability

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

See Also

IRouteMeasureEventGeoprocessor Interface