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


IRouteMeasureCalibrator.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 > IRouteMeasureCalibrator Interface > IRouteMeasureCalibrator.InputFeatureClass Property
ArcGIS Developer Help

IRouteMeasureCalibrator.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 is used to set the feature class, IFeatureClass, which contains the calibration points.  The geometry type of the InputFeatureClass must of type Point or Multipoint

See Also

IRouteMeasureCalibrator Interface