Reflection_Engine: AddToList method to be added
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
Method like:
`AddToListProperty(this IBHoMObject, string propertyName, object data)`
or
`AddToListProperty(this IBHoMObject, string propertyName, IEnumberable data)`
that basically pulls out the property, checks that it is a list, and adds the provided object(s) to it. Should probably use the second options, as it makes more sense from the side of the UI.
Contributor guide
Assessment
This issue has not been assessed yet.