IDimensionNote Class

Definition

Namespace: PCBI_Dimensioning
Assembly: PCBI_Dimensioning (in PCBI_Dimensioning.dll) Version: 15.0.0.0 (15.0.0.0)
C#
public abstract class IDimensionNote : INote
Inheritance
Object    INoteBase    INote    IDimensionNote
Derived

Constructors

IDimensionNoteInitializes a new instance of the IDimensionNote class

Properties

CanMoveAnchor Move the anchor point possible?
(Inherited from INoteBase)
CanMoveLabel Move the label location possible?
(Inherited from INoteBase)
ClientOffset The offset of this INote.
(Inherited from INoteBase)
IsPostPaintingNote Variable decides whether the note is drawn before or after the CAD data is drawn.
(Inherited from INoteBase)
IsSelected 
ParentLayer Shown on which layer?
(Inherited from INoteBase)
TextRotation 
Type 
Visible Set this note visible of hidden.
(Inherited from INoteBase)
WorldLocation First location of this note in world coordinates
(Inherited from INoteBase)
WorldLocations Locations of this note in world coordinates.
(Inherited from INoteBase)

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)
Tag Store an object in Tag.
(Inherited from INote)
Text Text to show on the INote.
(Inherited from INote)

Extension Methods

See Also