IODBLayerAddObject(IObjectSpecificsD) Method

Adds a object 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 IODBObject AddObject(
	IObjectSpecificsD ObjectWithExistingShapeIndex
)

Parameters

ObjectWithExistingShapeIndex  IObjectSpecificsD
New object specific to add on this layer.

Return Value

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

Implements

InterfaceODBLayerAddObject(IObjectSpecificsD)

See Also