DimensionCommentNote Class

Definition

Namespace: PCBI_Dimensioning
Assembly: PCBI_Dimensioning (in PCBI_Dimensioning.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class DimensionCommentNote : IDimensionNote, 
	INoteExportItem
Inheritance
Object    INoteBase    INote    IDimensionNote    DimensionCommentNote
Implements
INoteExportItem

Constructors

DimensionCommentNoteInitializes a new instance of the DimensionCommentNote class
DimensionCommentNote(String, IPCBIWindow)Initializes a new instance of the DimensionCommentNote 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
(Inherited from IDimensionNote)
ParentLayer Shown on which layer?
(Inherited from INoteBase)
TextRotation
(Inherited from IDimensionNote)
Type
(Inherited from IDimensionNote)
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)
MoveOutVectorWorld 
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)

See Also