This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBufferConstruction Interface > IBufferConstruction.ConstructBuffersByDistances Method (ArcObjects .NET 10.5 SDK) |
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