Click or drag to resize

GH_Param<T>.Access Property

Gets or sets the Access level for this parameter.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual GH_ParamAccess Access { get; set; }

Property Value

Type: GH_ParamAccess

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Param`1.Access"]

Implements

IGH_Param.Access
See Also