-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathas.py
More file actions
21 lines (15 loc) · 782 Bytes
/
as.py
File metadata and controls
21 lines (15 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- coding: utf-8 -*-
# ---------------------------------------------------------------------------
# as.py
# Created on: 2013-06-27 02:52:57.00000
# (generated by ArcGIS/ModelBuilder)
# Description:
# ---------------------------------------------------------------------------
# Import arcpy module
import arcpy
# Load required toolboxes
arcpy.ImportToolbox("Model Functions")
# Local variables:
Multiple_Value = "'F:\\Survey\\Mussoorie\\Test For Automation back to arcgis\\CH_SeisVARA-INTENSITY.xls';'F:\\Survey\\Mussoorie\\Test For Automation back to arcgis\\CL_SeisVARA-INTENSITY.xls';'F:\\Survey\\Mussoorie\\Test For Automation back to arcgis\\CM_SeisVARA-INTENSITY.xls'"
# Process: Iterate Multivalue
arcpy.IterateMultivalue_mb(Multiple_Value)