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.AddedFrameWidth Property (ArcObjects .NET 10.5 SDK) |
Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
[Visual Basic .NET] Public Property AddedFrameWidth As Integer
[C#] public int AddedFrameWidth {get; set;}
[C++]
HRESULT get_AddedFrameWidth(
long* pAddedFrameWidth
);
[C++]
HRESULT put_AddedFrameWidth(
long pAddedFrameWidth
);
[C++]
Parameters pAddedFrameWidth [out, retval] pAddedFrameWidth is a parameter of type long pAddedFrameWidth [in] pAddedFrameWidth is a parameter of type long