IODBLayerGetTextLines(IODBObject) Method

Create a list of Lines in structure of the Text. E.G. a X contains two lines, one from left down to right up and one from left up to right down. Attention: The Text is not added to the layer, you have to SetSpecifics() of each line to add them to this layer!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IODBObject> GetTextLines(
	IODBObject TextObject
)

Parameters

TextObject  IODBObject
 

Return Value

ListIODBObject
List of lines as standard font defines the text.

Implements

InterfaceODBLayerGetTextLines(IODBObject)

See Also