arcpy.ListFields
for i in range(1, 3):
shape_num = "shape" + str(i)
ns = locals()
fieldList = arcpy.ListFields(ns[shape_num])
arcpy関数に渡す変数の取得
Go to list of users who liked
More than 5 years have passed since last update.
for i in range(1, 3):
shape_num = "shape" + str(i)
ns = locals()
fieldList = arcpy.ListFields(ns[shape_num])
arcpy関数に渡す変数の取得
Register as a new user and use Qiita more conveniently
Go to list of users who liked