IFilterCreateLine(IODBLayer) Method

Create a new line object

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IODBObject CreateLine(
	IODBLayer ParentLayer
)

Parameters

ParentLayer  IODBLayer
the parent layer

Return Value

IODBObject
teh new object

Implements

InterfaceFilterCreateLine(IODBLayer)

See Also