This document is archived and information here might be outdated.  Recommended version.


ISegmentMeanShiftFunctionArguments.SpatialRadius Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISegmentMeanShiftFunctionArguments.SpatialRadius Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegmentMeanShiftFunctionArguments Interface