IFilterCreateText(InterfaceODBLayer) Method

Create an odb text object

Definition

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

Parameters

ParentLayer  InterfaceODBLayer
the parent layer

Return Value

IODBObject
teh new object

Implements

InterfaceFilterCreateText(InterfaceODBLayer)

See Also