This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBridge Interface > IGeometryBridge.ConstructBuffers Method (ArcObjects .NET 10.4 SDK) |
Constructs a set of buffers at various distances. More efficient than calling Buffer repeatedly on the same geometry.
[Visual Basic .NET] Public Function ConstructBuffers ( _ ByVal pTopologicalOperator As ITopologicalOperator2, _ ByRef distances As Double[]& _ ) As IEnumGeometry
[C#] public IEnumGeometry ConstructBuffers ( ITopologicalOperator2 pTopologicalOperator, ref Double[]& distances );
[C++]
HRESULT ConstructBuffers(
ITopologicalOperator2* pTopologicalOperator,
distances* distances,
IEnumGeometry** buffers
);
[C++]
Parameters pTopologicalOperator [in]
pTopologicalOperator is a parameter of type ITopologicalOperator2 distances [in] distances is a parameter of type buffers [out, retval]
buffers is a parameter of type IEnumGeometry
All development languages compatible version of ITopologicalOperator2::ConstructBuffers .