Created a polyline feature class with enabled Z-values, when creating a line I insert into the FC, I include Z-coordinate in the points (.Z of arcpy.Point) but when printing the coordinates of newly created line, I get 0 instead of Z-coord I try to insert.
How can I solve this? Do I need to iterate through created line again, can it be done before I pass list of arcpy.Point to arcpy.Polyline?