Method LinkPorts
LinkPorts(GraphDescriptor, bool)
Link references between parent and child graphs recursively.
Declaration
public static Linker.LinkerResult LinkPorts(SystemGraphManager.GraphDescriptor descriptor, bool allowInterConnect = false)
Parameters
Type | Name | Description |
---|---|---|
SystemGraphManager.GraphDescriptor | descriptor | Root level graph |
bool | allowInterConnect | if set to |
Returns
Type | Description |
---|---|
Linker.LinkerResult | True on success. |