Pierces the cable and wires the specified connector to at the specified position.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic C10Base5 Pierce(
double position,
Connector connector
)
Parameters
- position
- Type: SystemDouble
The position at which to pierce the cable. - connector
- Type: Network.Sim.CoreConnector
The connector to wire to the cable at the pierced
position.
Return Value
Type:
C10Base5A reference to the C10Base5 instance for chaining.
Exceptions
See Also