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


IRouteEventSource.ExpandDistance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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(
  double distance
);
[C++]

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

Product Availability

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

See Also

IRouteEventSource Interface