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


IBuildBoundaryParameters.BufferDistanceFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildBoundaryParameters Interface > IBuildBoundaryParameters.BufferDistanceFactor Property
ArcGIS Developer Help

IBuildBoundaryParameters.BufferDistanceFactor Property

The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry.

[Visual Basic .NET]
Public Property BufferDistanceFactor As Double
[C#]
public double BufferDistanceFactor {get; set;}
[C++]
HRESULT get_BufferDistanceFactor(
  double pBufferDistanceFactor
);
[C++]
HRESULT put_BufferDistanceFactor(
  System.Double* pBufferDistanceFactor
);
[C++]
Parameters
pBufferDistanceFactor [in]

pBufferDistanceFactor is a parameter of type double pBufferDistanceFactor [out, retval]
pBufferDistanceFactor is a parameter of type double*

Product Availability

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

See Also

IBuildBoundaryParameters Interface