Click or drag to resize

GH_ComponentParamServerRepairProxyParams Method

Attempt to fix all proxy params. Returns false if a single one fails.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool RepairProxyParams(
	GH_Document document
)

Parameters

document
Type: Grasshopper.KernelGH_Document
Document that contains potential proxy targets.

Return Value

Type: Boolean
See Also