Click or drag to resize
C10Base2Attach Method
Attach the specified connector to the cable 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 void Attach(
	double position,
	Connector connector
)

Parameters

position
Type: SystemDouble
The position at which to connect the connector to the cable.
connector
Type: Network.Sim.CoreConnector
The connector to connect to the cable at the specified position.
Exceptions
ExceptionCondition
InvalidOperationExceptionAnother connector has already been installed at the specified position.
InvalidOperationExceptionAs per 10BASE2 specification the position at which a station is connected must be a multiple of 0.5 metres.
See Also