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


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

ISegmentMeanShiftFunctionArguments.SpatialDetail Property

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

[Visual Basic .NET]
Public Property SpatialDetail As Integer
[C#]
public int SpatialDetail {get; set;}
[C++]
HRESULT get_SpatialDetail(
  System.Int32* pDetail
);
[C++]
HRESULT put_SpatialDetail(
  long pDetail
);
[C++]
Parameters
pDetail [out, retval]

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

Product Availability

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

See Also

ISegmentMeanShiftFunctionArguments Interface