This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteEventSource Interface > IRouteEventSource.ExpandDistance Property (ArcObjects .NET 10.4 SDK) |
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