InterfaceODBLayerGetTextLines(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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IODBObject> GetTextLines(
	IODBObject textObject
)

Parameters

textObject  IODBObject
 

Return Value

ListIODBObject
List of lines as standard font defines the text.

See Also