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


ISegmentMeanShiftFunctionArguments.BoundariesOnly Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pBoundaries
);
[C++]
HRESULT put_BoundariesOnly(
  VARIANT_BOOL pBoundaries
);
[C++]

Parameters pBoundaries [out, retval] pBoundaries is a parameter of type VARIANT_BOOL pBoundaries [in] pBoundaries is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISegmentMeanShiftFunctionArguments Interface