This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISegmentMeanShiftFunctionArguments Interface > ISegmentMeanShiftFunctionArguments.BoundariesOnly Property (ArcObjects .NET 10.5 SDK) |
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