DimensionDistanceNote Class

Definition

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

Constructors

DimensionDistanceNoteInitializes a new instance of the DimensionDistanceNote class
DimensionDistanceNote(IDimensionNoteDimType, IPCBIWindow)Initializes a new instance of the DimensionDistanceNote 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)
LabelPosPercent 
MoveOutValueRefPointID 
MoveOutValueWorld 
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)
Unit 

Extension Methods

See Also