Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Please help me with this issue.
Solved! Go to Solution.
Please help me with this issue.
Solved! Go to Solution.
ViewFamilyType familyType = new FilteredElementCollector(document).OfClass(typeof(ViewFamilyType)).Cast<ViewFamilyType>().First(x => x.ViewFamily == ViewFamily.FloorPlan);
ViewPlan floorView = ViewPlan.Create(document, familyType.Id, level.Id);