InterfaceTextSpecifics Interface

Only Text have this combination of specifics.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface InterfaceTextSpecifics : InterfaceObjectSpecifics
Implements
InterfaceObjectSpecifics

Properties

Location The orgin of the text.
Occurrence Occurrence can be 1 0r 0 (version in ODB++ Spec).
Positive If its false it will be cuted out from other objects before.
Rotation The rotation of the text.
ShapeIndex Shape index of used symbol. This parameter is obsolete and will be removed soon.
Text The sourcedata of the text.
TextSize the Textsize
WidthFactor Factor to stretch the text.

See Also