Revit_Toolkit: DraftingInstance, Viewport etc. should operate on ElementId of a view, not its name
Open
type:compliance
- Dominant language
- C#
- Stars
- 35
- Forks
- 16
- Avg merge
- 7d 29m
- Merged PRs (30d)
- 2
Description
#### Description:
Atm `DraftingInstance` and a few others (`Viewport`, `ViewPlan` etc.) has a `string ViewName` property. This is imprecise as a few views can have same name. Int correspondent to `ElementId` would be more robust.
Possibly, for UX reasons, both of the above could be kept + a warning added when there is more than 1 view with given name.
Contributor guide
Assessment
This issue has not been assessed yet.