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


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

IRouteLocatorOperations.InputFeatureClass Property

The input features to locate along the routes.

[Visual Basic .NET]
Public Property InputFeatureClass As IFeatureClass
[C#]
public IFeatureClass InputFeatureClass {get; set;}
[C++]
HRESULT get_InputFeatureClass(
  IFeatureClass* InputFeatureClass
);
[C++]
HRESULT putref_InputFeatureClass(
  IFeatureClass** InputFeatureClass
);
[C++]
Parameters
InputFeatureClass [in]

InputFeatureClass is a parameter of type IFeatureClass* InputFeatureClass [out, retval]
InputFeatureClass is a parameter of type IFeatureClass**

Product Availability

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

Remarks

The InputFeatureClass property can be an IFeatureClass or an IRouteEventSource depending on which methods is used. For LocatePointEvents, this property must be an IRouteEventSource. 

For LocatePolygonFeatures, the geometry type of the IFeatureClass must be Polygon.  For LocateLineFeatures, the geometry type must be Polyline, and for LocatePointFeatures and LocatePointEvents, the geometry type must be Point

See Also

IRouteLocatorOperations Interface | IRouteLocatorOperations Interface