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
)
Public Function RepairProxyParams (
document As GH_Document
) As Boolean
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Document that contains potential proxy targets.
Return Value
Type:
BooleanSee Also