This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANeighborhood2 Interface > IGPSANeighborhood2.SetCircle Method (ArcObjects .NET 10.5 SDK) |
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