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


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

ISegmentMeanShiftFunctionArguments.MinNumPixelsPerSegment Property

Segments smaller than this get merged with best fitting neighbor segment.

[Visual Basic .NET]
Public Property MinNumPixelsPerSegment As Integer
[C#]
public int MinNumPixelsPerSegment {get; set;}
[C++]
HRESULT get_MinNumPixelsPerSegment(
  System.Int32* pMinNumPixelsPerSegment
);
[C++]
HRESULT put_MinNumPixelsPerSegment(
  long pMinNumPixelsPerSegment
);
[C++]
Parameters
pMinNumPixelsPerSegment [out, retval]

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

Product Availability

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

See Also

ISegmentMeanShiftFunctionArguments Interface