Python Toolbox parameter type for Trace Networks

560
1
Jump to solution
02-17-2022 10:38 AM
BrettLawson
New Contributor III

I'm creating a custom python toolbox that need to accept an ArcGIS Pro Trace Network as a parameter.  Does anyone know the data type I would specify for this parameter.  There are DEGeometricNetwork for geometric networks and DEUtilityNetwork for utility networks, but I can't seem to find any type for Trace Network.

1 Solution

Accepted Solutions
BrettLawson
New Contributor III

I couldn't find it in the documentation, but I took a wild guess and it is 

DETraceNetwork.

View solution in original post

1 Reply
BrettLawson
New Contributor III

I couldn't find it in the documentation, but I took a wild guess and it is 

DETraceNetwork.