This document is archived and information here might be outdated. Recommended version. |
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,
SAFEARRAY(System.Double)* distances
);
[C++] Parameters pTopologicalOperator [in]
pTopologicalOperator is a parameter of type ITopologicalOperator2* distances [in]
distances is a parameter of type SAFEARRAY(double)*
All development languages compatible version of ITopologicalOperator2::ConstructBuffers .