Click or drag to resize

GH_ComponentParamServerAccessCount Method

Returns the total number of input parameters that match the access mask.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int AccessCount(
	GH_ParamAccess access
)

Parameters

access
Type: Grasshopper.KernelGH_ParamAccess
Access flag mask.

Return Value

Type: Int32
See Also