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


ISegmentMeanShiftFunctionArguments.SpatialRadius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISegmentMeanShiftFunctionArguments Interface > ISegmentMeanShiftFunctionArguments.SpatialRadius Property
ArcGIS Developer Help

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(
  System.Int32* 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