This document is archived and information here might be outdated. Recommended version. |
Sets a circle neighborhood object.
[Visual Basic .NET] Public Sub SetCircle ( _ ByVal Radius As Double, _ ByVal unitsType As esriGeoAnalysisUnitsEnum _ )
[C#] public void SetCircle ( double Radius, esriGeoAnalysisUnitsEnum unitsType );
[C++]
HRESULT SetCircle(
double Radius,
esriGeoAnalysisUnitsEnum unitsType
);
[C++] Parameters Radius [in]
Radius is a parameter of type double unitsType [in]
unitsType is a parameter of type esriGeoAnalysisUnitsEnum