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


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

IRouteMeasureEventGeoprocessor.InputEventProperties Property

The input table's route event properties.

[Visual Basic .NET]
Public Property InputEventProperties As IRouteEventProperties
[C#]
public IRouteEventProperties InputEventProperties {get; set;}
[C++]
HRESULT get_InputEventProperties(
  IRouteEventProperties* inputProperties
);
[C++]
HRESULT putref_InputEventProperties(
  IRouteEventProperties** inputProperties
);
[C++]
Parameters
inputProperties [in]

inputProperties is a parameter of type IRouteEventProperties* inputProperties [out, retval]
inputProperties is a parameter of type IRouteEventProperties**

Product Availability

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

See Also

IRouteMeasureEventGeoprocessor Interface