laptop and a wrench

Erro

Multi-input tool parameters, such as buffer distance and XY tolerance do not accept in-line variables for the numeric value and default the value to zero.

Última Publicação: August 25, 2014 No Product Found
Número de ID do Erro NIM050794
EnviadoNovember 6, 2009
Última ModificaçãoOctober 11, 2024
Aplica-se àNo Product Found
Versão encontrada10.0 Beta
StatusWill Not Be Addressed

Informações Adicionais

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

Solução Provisória

A workaround exists that involves creating a script tool that contains only the buffer. This will accept a numeric parameter and concatenate it with a hard-coded unit of measure to create the linear distance string expected by the tool:import sys, string, os, arcgisscriptinggp = arcgisscripting.create()gp.AddToolbox("C:/Program Files/ArcGIS/ArcToolbox/Toolboxes/Analysis Tools.tbx")input1 = sys.argv[1]out = sys.argv[2]Long = sys.argv[3]gp.Buffer_analysis(input1, out, Long +" Miles", "FULL", "ROUND", "NONE", "")

Etapas para Reproduzir

ID do Erro: NIM050794

Software:

  • No Product Found

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download