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


IClassifyFunctionArguments.AddedFrameWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IClassifyFunctionArguments Interface > IClassifyFunctionArguments.AddedFrameWidth Property
ArcGIS Developer Help

IClassifyFunctionArguments.AddedFrameWidth Property

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(
  System.Int32* 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

Product Availability

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

See Also

IClassifyFunctionArguments Interface