This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISegmentMeanShiftFunctionArguments Interface > ISegmentMeanShiftFunctionArguments.SpectralRadius Property (ArcObjects .NET 10.4 SDK) |
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(
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