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


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

ISegmentMeanShiftFunctionArguments.SpectralDetail Property

The spectral detail. Range [1..20]. Radius = 22 - detail.

[Visual Basic .NET]
Public Property SpectralDetail As Double
[C#]
public double SpectralDetail {get; set;}
[C++]
HRESULT get_SpectralDetail(
  System.Double* pDetail
);
[C++]
HRESULT put_SpectralDetail(
  double pDetail
);
[C++]
Parameters
pDetail [out, retval]

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

Product Availability

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

See Also

ISegmentMeanShiftFunctionArguments Interface