laptop and a wrench

Bug

ITopologicalOperator->Buffer(bufferDistance, InputGeometry) with buffer distance = 0, returns different results between ArcObjects SDK for Cross Platform C++ 10.1 and 10.3.1.

Last Published: August 16, 2017 ArcObjects SDK
Bug ID Number BUG-000106294
SubmittedJuly 3, 2017
Last ModifiedJune 5, 2024
Applies toArcObjects SDK
Version found10.3.1
Operating SystemWindows OS
Operating System Version7
StatusWill Not Be Addressed

Additional Information

The behavior in 10.3.1 is correct. It's the same for the later release.

Workaround

Check the input before proceeding with a buffer. If the distance is 0 then do not preform the buffer since nothing changes. Otherwise proceed with the buffer.int buffDist;//work before bufferif(buffDist != 0){//execute buffer}else{//continue without bufferering as it would make no difference}

Steps to Reproduce

Bug ID: BUG-000106294

Software:

  • ArcObjects SDK

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options