This document is archived and information here might be outdated. Recommended version. |
Constructs buffer polygons for the set of input geometries and distances supplied from the specified source-sink interface. The input geometries can be a mix of polylines, polygons, points and multipoints.
[Visual Basic .NET] Public Sub ConstructBuffersByDistances ( _ ByVal pBufferInputOutput As IGeometricBufferSourceSink _ )
[C#] public void ConstructBuffersByDistances ( IGeometricBufferSourceSink pBufferInputOutput );
[C++]
HRESULT ConstructBuffersByDistances(
IGeometricBufferSourceSink* pBufferInputOutput
);
[C++] Parameters pBufferInputOutput
pBufferInputOutput is a parameter of type IGeometricBufferSourceSink*