Click or drag to resize

GH_StructureTDataItem Property

Overload List
  NameDescription
Public propertyDataItemInt32
Gets the item at a given offset. The structure is treated as a linear list in this case. If index is out of range, null is returned. For repeated indexed retrieval, consider using a For Each loop since the enumerator is more efficient.
Public propertyDataItemGH_Path, Int32
Gets a direct pointer to a data item under a specific path and index.
Top
See Also