Skip to content

GH_ParamAccess

Public Enum

Enumerates the types of access that parameters support.

Namespace: Grasshopper.Kernel

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

public enum GH_ParamAccess

Members

Member name

Value

Description


item

0

Every data item is to be treated individually.


list

1

All data branches will be treated at the same time.


tree

2

The entire data structure will be treated at once.