public class DimensionCommentNote : IDimensionNote,
INoteExportItemPublic Class DimensionCommentNote
Inherits IDimensionNote
Implements INoteExportItempublic ref class DimensionCommentNote : public IDimensionNote,
INoteExportItemtype DimensionCommentNote =
class
inherit IDimensionNote
interface INoteExportItem
end| DimensionCommentNote | Initializes a new instance of the DimensionCommentNote class |
| DimensionCommentNote(String, IPCBIWindow) | Initializes a new instance of the DimensionCommentNote class |
| 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) |
| Draw(Graphics, Double, PointD, PointD, Boolean, Boolean, MatrixD, Color) |
Draw this note in visible area.
(Inherited from INote) |
| Draw(Graphics, Double, PointD, PointD, Boolean, Boolean, MatrixD, Color) | |
| GetExportNoteElements | |
| HittestAnchor | (Overrides IDimensionNoteHittestAnchor(PointD, Double, Int32)) |
| HittestLabel | (Overrides IDimensionNoteHittestLabel(PointD, Double)) |
| MoveAnchor | (Overrides IDimensionNoteMoveAnchor(PointD, Int32)) |
| MoveLabel | (Overrides IDimensionNoteMoveLabel(PointD, Double)) |
| StartDragging |
Start dragging the note.
(Inherited from INoteBase) |
| 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) |