InterfaceODBLayerAddObject(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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IODBObject AddObject(
	IObjectSpecificsD objectWithExistingShapeIndex
)

Parameters

objectWithExistingShapeIndex  IObjectSpecificsD
 

Return Value

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

See Also