GH_StructureTDataItem Property |
Name | Description | |
---|---|---|
DataItemInt32 |
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.
| |
DataItemGH_Path, Int32 |
Gets a direct pointer to a data item under a specific path and index.
|