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


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

ISegmentMeanShiftFunctionArguments.BoundariesOnly Property

Output segment boundaries only. All other pixel invalid.

[Visual Basic .NET]
Public Property BoundariesOnly As Boolean
[C#]
public bool BoundariesOnly {get; set;}
[C++]
HRESULT get_BoundariesOnly(
  Boolean* pBoundaries
);
[C++]
HRESULT put_BoundariesOnly(
  VARIANT_BOOL pBoundaries
);
[C++]
Parameters
pBoundaries [out, retval]

pBoundaries is a parameter of type bool* pBoundaries [in]
pBoundaries is a parameter of type bool

Product Availability

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

See Also

ISegmentMeanShiftFunctionArguments Interface