July 2015
Intermediate to advanced
366 pages
8h 7m
English
Many geoprocessing tools have input parameters that accept more than one value. For example, the multiring buffer tool accepts multiple buffer distances, the delete field tool accepts multiple fields that can be deleted, and there are many other examples. In this recipe, you will learn how to create a ValueTable object that serves as multivalue input to a tool.
There are three ways to specify a multivalue parameter: as a Python list, a string with each value separated by semicolons, or an ArcPy ValueTable object. In this recipe, we're going to take a look at how to specify mutlivalue input parameters by using ValueTable.
Follow these steps to learn how to use a
Read now
Unlock full access