ArcObjects Library Reference (Location)  

IRouteMeasureEventGeoprocessor.OverlayEventProperties Property

The overlay table's route event properties.

[Visual Basic .NET]
Public Property OverlayEventProperties As IRouteEventProperties
[C#]
public IRouteEventProperties OverlayEventProperties {get; set;}
[C++]
HRESULT get_OverlayEventProperties(
  IRouteEventProperties** overlayProperties
);
[C++]
HRESULT putref_OverlayEventProperties(
  IRouteEventProperties* overlayProperties
);
[C++]

Parameters

overlayProperties [out, retval]

  overlayProperties is a parameter of type IRouteEventProperties

overlayProperties [in]

  overlayProperties is a parameter of type IRouteEventProperties

Product Availability

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

See Also

IRouteMeasureEventGeoprocessor Interface