Click or drag to resize

IGH_DataAccessSetDataList Method

Overload List
  NameDescription
Public methodSetDataList(Int32, IEnumerable)
Stores a list of data in an output parameter during GH_Component.SolveInstance().
Public methodSetDataList(String, IEnumerable)
Stores data in an output parameter during GH_Component.SolveInstance().
Public methodSetDataList(Int32, IEnumerable, Int32)
Expert user function. Stores a list of data in an output parameter during GH_Component.SolveInstance().
Top
See Also