GH_ComponentParamServer.AccessCount Method

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
)
Public Function AccessCount ( 
	access As GH_ParamAccess
) As Integer

Parameters

access
Type: Grasshopper.KernelGH_ParamAccess
Access flag mask.

Return Value

Type: Int32
See Also