IODBLayerAddObjects(ListInterfaceObjectSpecificsD, Boolean) Method

Adds a list of objects to this layer. Attention: The shape indices of lines, arcs and pads are taken from the symbol table of this layer. To ensure the right symbol you may have to create the symbol on this layer and update the shape index first.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IODBObject> AddObjects(
	List<InterfaceObjectSpecificsD> ObjectsWithExistingShapeIndex,
	bool addUndo
)

Parameters

ObjectsWithExistingShapeIndex  ListInterfaceObjectSpecificsD
New object specifics to add on this layer.
addUndo  Boolean
Do add the complete list to the Undo stack to remove them again with undo.

Return Value

ListIODBObject
New created object or null (e.g. if you add a component specifics it will be ignored).

See Also