Greetings,
I have several hundred closed polyline features which contain attribute values that I would like to transfer to the resulting polygon features created during a (batch) Construct Polygons tool operation. The feature class schemas are identical for the fields I wish to transfer, however I cannot seem to override the polygon feature's Template Properties, which seem to dictate any inherited values upon feature creation.
Does anyone have an idea about how to accomplish this goal?
I am comfortable with Python & Field Mappings, but am not finding an ArcPy function for ConstructPolygons?
Additionally, the "Feature To Polygon" gp tool indicates that the "attributes" parameter is no longer supported...I'm confused, was this functionality perhaps migrated to an extension bundle?
Thank you!