ArcObjects Library Reference (DataSourcesRaster)  

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(
  double pBufferDistanceFactor
);
[C++]

Parameters

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

Product Availability

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

See Also

IBuildBoundaryParameters Interface