Issie logo Issie

CopyPortNames Type

The port labels an array copy is SHOWN with, by the copy's component id. Display only. A Custom component's port labels are what wire it to its sheet's Input and Output components, so they cannot carry anything but the body's; these go on the design's copy of the component, which is what names ports in the waveform selector. See wrapperOf.copyPortNames.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
Returns: (string * int) list * (string * int) list
key : ComponentId
Returns: (string * int) list * (string * int) list

this.Keys

Full Usage: this.Keys

Returns: ICollection<ComponentId>
Returns: ICollection<ComponentId>

this.Values

Full Usage: this.Values

Returns: ICollection<(string * int) list * (string * int) list>
Returns: ICollection<(string * int) list * (string * int) list>

Type something to start searching.