Grasshopper API
GH_FormatTreatAsCollection Method |
This method is used in Scripting components to determine whether a certain class was
'intended' as a collection or as a single piece of data .
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool TreatAsCollection( Object obj )
Public Shared Function TreatAsCollection ( obj As Object ) As Boolean
Parameters
- obj
- Type: SystemObject
Object to test.
Return Value
Type: BooleanTrue if we think the object was intended as a collection.
