Numéro d’ID de bogue |
BUG-000106294 |
Envoi | July 3, 2017 |
Dernière modification | June 5, 2024 |
S’applique à | ArcObjects SDK |
Version trouvée | 10.3.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 7 |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
The behavior in 10.3.1 is correct. It's the same for the later release.
Solution de contournement
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}
Étapes pour reproduire
ID de bogue: BUG-000106294
Logiciel: