Hello,
I have a problem with command “SetProjectionLinePatternId”. When I try to feed my python script with Id as int, I got a message “expected ElementId, got Int64”. How should I give “Id” to this command? (Int, string, pattern element doesn’t work).
I had a similar problem with color, but I created my color in python using: color = Autodesk.Revit.DB.Color(cRed, cGreen, cBlue).
Should I use similar method for PatternId?
Regards,
Konrad