ArcObjects Library Reference (Location)  

IRouteMeasureCreator.InputFeatureClass Property

The input features.

[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 [out, retval]

  InputFeatureClass is a parameter of type IFeatureClass

InputFeatureClass [in]

  InputFeatureClass is a parameter of type IFeatureClass

Product Availability

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

Remarks

This sets the input feature class, IFeatureClass, the routes are to be created from.  The input feature class must have its geometry of type Polyline

See Also

IRouteMeasureCreator Interface | IRouteMeasureCreator Interface | IFeatureClass Interface