This document is archived and information here might be outdated. Recommended version. |
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*