COM Interface: IPCBLines

Members

Functions

Property Description
IPCBLine** New() Starts creating a new line on the board.
void Add() Adds the newly created line to the board.

Properties

Property Description
long Count {get} Returns the number of lines in the collection.
IPCBLine Item(long index) Returns the line at a specific index.
IEnumVARIANT _NewEnum {get} Enables the use of the built-in syntax of a COM client to iterate through an object’s collection of items.