Share

BendNote Object

Derived from: LeaderNote Object

Description

The BendNote object represents a bend note on a sheet and derives from the LeaderNote object.

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.
BackgroundColor Gets/Sets the BackgroundColor associated with the LeaderNote.
BendEdge Property that returns the bend edge associated with the note.
Color Gets/Sets color of the DrawingNote.
DimensionStyle Gets/Sets the DimensionStyle associated with the LeaderNote.
FormattedBendNote Gets and sets the fully formatted string that defines the contents of the bend note.
FormattedText Gets/Sets formatted text of the DrawingNote.
HideValue Gets and sets whether to display the bend note value in the note.
HorizontalJustification Gets/Sets horizontal justification of the DrawingNote.
Layer Gets/Sets the layer used by the DrawingNote.
Leader Property that returns the Leader object.
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.
Retrieved Indicates whether the drawing note was created as a result of retrieving it from the model.
RetrievedFrom Returns the model annotation this drawing note was retrieved from.
Rotation Gets/Sets the rotation of the LeaderNote.
ShowTextBorder Gets/Sets whether to show the text border or not.
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.
UnitAttributes Get the unit attributes associated with the LeaderNote.
UseBackgroundColor Gets/Sets the UseBackgroundColor associated with the LeaderNote.
UsePartUnits Gets and sets whether to use model units or the units specified by dimension style.
VerticalJustification Gets/Sets vertical justification of the DrawingNote.
WidthScale Gets/Sets the width scale factor of the DrawingNote.

Accessed From

BendNotes.Add, BendNotes.Item

Samples

Name Description
Create bend note This sample demonstrates the creation of a bend note on the drawing view of a flat pattern.

Version

Introduced in version 2010

Was this information helpful?