This document is archived and information here might be outdated. Recommended version. |
The search radius for points.
[Visual Basic .NET]
Public Property Radius As Double
[C#]
public double Radius {get; set;}
[C++]
HRESULT get_Radius(
System.Double* pRadius
);
[C++]
HRESULT put_Radius(
double pRadius
);
[C++] Parameters pRadius [out, retval]
pRadius is a parameter of type double* pRadius [in]
pRadius is a parameter of type double