I'm trying to create a Python toolbox that will let the user select an enterprise geodatabase, select layers from that geodatabase, and copy them to a local geodatabase.
I would like to have three parameters; the first is the enterprise geodatabase, the second is a multi-value list of the feature classes to be copied, and the third is the target geodatabase.
How do I get the second parameter to take the database from the first parameter so the user can only get feature classes from that geodatabase?
Thanks,
Mark