Click or drag to resize

IGH_DataAccessSetData Method

Overload List
  NameDescription
Public methodSetData(Int32, Object)
Stores data in an output parameter during GH_Component.SolveInstance(). Use this function only for setting individual data items. If you want to set lists of data, you *must* call SetDataList() instead.
Public methodSetData(String, Object)
Stores data in an output parameter during GH_Component.SolveInstance().
Public methodSetData(Int32, Object, Int32)
Expert user function. Stores data in an output parameter during GH_Component.SolveInstance(). Use this function only for setting individual data items. If you want to set lists of data, you *must* call SetDataList() instead.
Top
See Also