This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISegmentMeanShiftFunctionArguments Interface > ISegmentMeanShiftFunctionArguments.SpatialRadius Property (ArcObjects .NET 10.5 SDK) |
The radius for mean computation, spatial part.
[Visual Basic .NET] Public Property SpatialRadius As Integer
[C#] public int SpatialRadius {get; set;}
[C++]
HRESULT get_SpatialRadius(
long* pRadius
);
[C++]
HRESULT put_SpatialRadius(
long pRadius
);
[C++]
Parameters pRadius [out, retval] pRadius is a parameter of type long pRadius [in] pRadius is a parameter of type long