Python and Network Analyst/Composite Layers

1965
1
02-10-2011 01:57 PM
SeanCook
New Contributor
Hello everyone! I can't figure out the syntax for using composite layer files in python tools. For examples, I want to use the tool below to export the Lines class of an OD matrix:

arcpy.MakeTableView_management(InputLayer, OutputLayer)

But I can't figure out what to put in the input layer spot. Any help would be much appreciated!

Sean
Tags (2)
0 Kudos
1 Reply
SeanCook
New Contributor
Oh, I was able to figure it out using the ListLayers function. This is why I shouldn't make threads at the end of the day.

arcpy.MakeTableView_management('OD Cost Matrix/Lines')
0 Kudos