Grasshopper API
GH_GuidConflictSolution Enumeration |
Contains a list of all possible Assembly GUID conflict solutions
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
Unset | 0 | Indicates there is no solution picked yet | |
Replace | 1 | Replace the loaded proxy with the conflicting proxy | |
ReplaceAll | 2 | Replace all loaded proxies with all conflicting proxies in the current assembly | |
Skip | 3 | Skip the conflicting proxy | |
SkipAll | 4 | Skip all conflicting proxies in the current assembly |
