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


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

IRouteMeasureEventGeoprocessor.InputSelection Property

The input table's selection set.

[Visual Basic .NET]
Public Property InputSelection As ISelectionSet
[C#]
public ISelectionSet InputSelection {get; set;}
[C++]
HRESULT get_InputSelection(
  ISelectionSet** selection
);
[C++]
HRESULT putref_InputSelection(
  ISelectionSet* selection
);
[C++]

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

Product Availability

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

See Also

IRouteMeasureEventGeoprocessor Interface