IGH_ParamRelinkProxySources 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)
Syntax bool RelinkProxySources(
GH_Document document
)
Function RelinkProxySources (
document As GH_Document
) As Boolean
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Return Value
Type:
BooleanTrue on success, false on failure.
See Also