This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IElevationVoidFillFunctionArguments Interface > IElevationVoidFillFunctionArguments.AddedFrameWidth Property (ArcObjects .NET 10.4 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