Scope: Schematic editor
Object: Block Object
Prerequisites: None
Adds a pin to a symbol block.
Since the VX.2.1 release, this method adds a default label to the pin.
Block.AddPinAtLocation(ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As IVdPin
All coordinates are measured in 100ths of an inch.
X coordinate of the first point.
Y coordinate of the first point.
X coordinate of the second point.
X coordinate of the second point.
As IVdPin. The newly created Pin Object.
The block must be a symbol. The pin will start and finish at the internal points specified.