Grasshopper API
GH_ParamTRelinkProxySources Method |
Attempt to replace all proxy sources with real sources.
Proxy sources are used during file IO, when actual sources might not be available yet.
Once an IO operation has been completed there should be no more proxy sources.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public virtual bool RelinkProxySources( GH_Document document )
Public Overridable Function RelinkProxySources ( document As GH_Document ) As Boolean
Parameters
- document
- Type: Grasshopper.KernelGH_Document
The document from which to harvest the real source parameters.
Return Value
Type: BooleanTrue on success, false on failure.
Implements
IGH_ParamRelinkProxySources(GH_Document)