SolderingTrackNote Class

Definition

Namespace: PCBI_Physics_SelectiveSoldering
Assembly: PCBI_Physics_SelectiveSoldering (in PCBI_Physics_SelectiveSoldering.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class SolderingTrackNote : INote
Inheritance
Object    INoteBase    INote    SolderingTrackNote

Constructors

SolderingTrackNoteInitializes a new instance of the SolderingTrackNote class

Properties

IsPostPaintingNote Variable decides whether the note is drawn before or after the CAD data is drawn.
(Inherited from INoteBase)
IsSelected 

Methods

Fields

BackColor Back color for this INote.
(Inherited from INote)
BorderColor Color for the border of this INote.
(Inherited from INote)
FontName Name of the used font.
(Inherited from INote)
FontSize Size of the font.
(Inherited from INote)
ForeColor Fore color to show the text.
(Inherited from INote)
OriginalAnchorPointBeforeMove When a Anchor point is moved, this is the previous location before the move
(Inherited from INoteBase)
SolderingNozzleName 
SolderSide 
StandardSpeedMMS 
StartPoint 
SubTracks 
Tag Store an object in Tag.
(Inherited from INote)
Text Text to show on the INote.
(Inherited from INote)

Extension Methods

See Also