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


IElevationVoidFillFunctionArguments.AddedFrameWidth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IElevationVoidFillFunctionArguments.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(
  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

Product Availability

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

See Also

IElevationVoidFillFunctionArguments Interface