This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasureEventGeoprocessor Interface > IRouteMeasureEventGeoprocessor.InputEventProperties Property (ArcObjects .NET 10.5 SDK) |
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