Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I have a little problem. I could not get the systemTypeId to create the wind pipe from 2 points (XYZ) with a new project. I use the function following:
public static Duct Create( Document document, ElementId systemTypeId, ElementId ductTypeId, ElementId levelId, XYZ startPoint, XYZ endPoint )
In the 2016 revit version I used the a function very easily but i can't found this function in above Revit 2017 version.
public Duct NewDuct( XYZ point1, XYZ point2, DuctType ductType )
Please help me. Thank you.
Best regards
Solved! Go to Solution.