Click or drag to resize
C10Base5Pierce Method
Pierces the cable and wires the specified connector to at the specified position.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public 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: C10Base5
A reference to the C10Base5 instance for chaining.
Exceptions
ExceptionCondition
InvalidOperationExceptionAnother connector has already been installed at the specified position.
InvalidOperationExceptionAs per IEEE 802.3 specification the position at which the cable is pierced must be a multiple of 2.5 metres.
See Also