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


ISegmentMeanShiftFunctionArguments.SpectralRadius 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.SpectralRadius Property
ArcGIS Developer Help

ISegmentMeanShiftFunctionArguments.SpectralRadius Property

The radius for mean computation, spectral part.

[Visual Basic .NET]
Public Property SpectralRadius As Double
[C#]
public double SpectralRadius {get; set;}
[C++]
HRESULT get_SpectralRadius(
  System.Double* pRadius
);
[C++]
HRESULT put_SpectralRadius(
  double pRadius
);
[C++]
Parameters
pRadius [out, retval]

pRadius is a parameter of type double* pRadius [in]
pRadius is a parameter of type double

Product Availability

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

See Also

ISegmentMeanShiftFunctionArguments Interface