Select to view content in your preferred language

Which parameters do I need to do this?

654
1
05-01-2013 05:16 AM
IB1
by
Regular Contributor
I've made a Python script that finds the midpoint of a polyline and creates a point there.

I'm having trouble finding what parameters inside the tool properties I need to choose for 2 of the outputs.

-----------------------

I'm using:

arcpy.FeatureClassToFeatureClass_conversion (saved_Layer, output_Location, output_Name)


output_Location and output_Name use GetParameterAsText.

For output_Location, I just want the person using the tool to be able to select either a folder or geodatabase or dataset where they want the file to be saved. I can't figure out which parameter lets the user just select the location where the file should be saved.

And then output_Name, should just allow the user to type in the file name, like Rivers.shp. But I cannot find a parameter that just allows the user to enter text.

Any help here?
Tags (2)
0 Kudos
1 Reply
IB1
by
Regular Contributor
Nevermind, the parameter list is so long I couldn't see the String parameter.
0 Kudos