Click or drag to resize

GH_Param<T>.SetPrincipal Method

Set the principal parameter state.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool SetPrincipal(
	bool set,
	bool recordUndo,
	bool recompute
)

Parameters

set
Type: System.Boolean
recordUndo
Type: System.Boolean
recompute
Type: System.Boolean

Return Value

Type: Boolean
See Also