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


IRouteMeasureEventGeoprocessor.InputEventProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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 [out, retval]
inputProperties is a parameter of type IRouteEventProperties inputProperties [in]
inputProperties is a parameter of type IRouteEventProperties

Product Availability

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

See Also

IRouteMeasureEventGeoprocessor Interface