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


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

IRouteEventSource.ExpandDistance Property

The distance used to expand spatial searches for laterally offset events.

[Visual Basic .NET]
Public Property ExpandDistance As Double
[C#]
public double ExpandDistance {get; set;}
[C++]
HRESULT get_ExpandDistance(
  double distance
);
[C++]
HRESULT put_ExpandDistance(
  System.Double* distance
);
[C++]
Parameters
distance [in]

distance is a parameter of type double distance [out, retval]
distance is a parameter of type double*

Product Availability

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

See Also

IRouteEventSource Interface