Share

DrawingNote Object


Description

The DrawingNote object is the base class for all the drawing notes on a sheet.

Methods

Name Description
Delete Method that deletes the DrawingNote.
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
Color Gets/Sets color of the DrawingNote.
FormattedText Gets/Sets formatted text of the DrawingNote.
HorizontalJustification Gets/Sets horizontal justification of the DrawingNote.
Layer Gets/Sets the layer used by the DrawingNote.
LineSpacing Gets/Sets the LineSpacing used by the DrawingNote.
LineSpacingType Gets/Sets the LineSpacingType used by the DrawingNote.
Parent Property that returns the parent sheet of the object.
Position Gets/Sets the position of the DrawingNote on the sheet.
RangeBox Property that returns a Box2D object which contains the lower-left and upper-right corners of a rectangle that is guaranteed to enclose this object.
StackedTextPosition Gets and sets the position (alignment) of the stacked text with respect to regular text.
Text Gets/Sets text of the DrawingNote.
Type Returns an ObjectTypeEnum indicating this object's type.
VerticalJustification Gets/Sets vertical justification of the DrawingNote.
WidthScale Gets/Sets the width scale factor of the DrawingNote.

Accessed From

DrawingNotes.Item

Derived Classes

GeneralNote, LeaderNote

Version

Introduced in version 10

Was this information helpful?