This document is archived and information here might be outdated. Recommended version. |
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*