BHoM / BHoM/BHoM_Engine

Reflection_Engine: AddToList method to be added

Open
#1,635 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.