Method BindPort
BindPort(GraphDescriptor, PortReferenceDescriptor)
Create a binding descriptor for a port.
Declaration
public static void BindPort(SystemGraphManager.GraphDescriptor descriptor, Linker.PortReferenceDescriptor portDescriptor)
Parameters
Type | Name | Description |
---|---|---|
SystemGraphManager.GraphDescriptor | descriptor | Graph that contains the port. |
Linker.PortReferenceDescriptor | portDescriptor | Description ofthe port. |