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


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

IRouteMeasureCalibrator2.RouteFeatureSelection Property

A selection set of route features.

[Visual Basic .NET]
Public Property RouteFeatureSelection As ISelectionSet
[C#]
public ISelectionSet RouteFeatureSelection {get; set;}
[C++]
HRESULT get_RouteFeatureSelection(
  ISelectionSet* selection
);
[C++]
HRESULT putref_RouteFeatureSelection(
  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.

Remarks

If you use this method, there is no need to specify the RouteFeatureClass (as it is implied). You still must set the RouteIDFieldName, however.

See Also

IRouteMeasureCalibrator2 Interface