AddPin Method (Block Object)

Scope: Schematic editor

Object: Block Object

Prerequisites: None

Adds a pin to a symbol block.

Usage

Block.AddPin(ByVal X As Long, ByVal Y As Long) As IVdPin

Arguments

Note:

All coordinates are measured in 100ths of an inch.

X

X Coordinate of the interior location.

Y

Y Coordinate of the interior location.

Return Values

As IVdPin. The newly created Pin Object.

Description

The block where you add a pin must be of type symbol. The pin will start at the internal point specified and the other end of the pin will snap to the closest edge of the symbol bounding box.