Share

DrawingNotes Object


Description

The DrawingNotes collection object provides access to all of the drawing notes on the sheet.

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.
BendNotes Property that returns the collection of bend notes on the sheet.
ChamferNotes Property that returns the collection of chamfer notes on the sheet.
Count Property that returns the number of items in the collection.
GeneralNotes Property that returns the collection of general notes on the sheet.
HoleThreadNotes Property that returns the collection of hole and thread notes on the sheet.
Item Returns the specified DrawingNote object from the collection.
LeaderNotes Property that returns the collection of leader notes on the sheet.
PunchNotes Property that returns the collection of punch notes on the sheet.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Sheet.DrawingNotes

Samples

Name Description
Create bend note This sample demonstrates the creation of a bend note on the drawing view of a flat pattern.
Add a general note This sample illustrates creating text (general note) in a sheet.
Create thread note This sample demonstrates the creation of a thread note on a drawing view.
create punch note This sample demonstrates the creation of a punch note on the drawing view of a flat pattern.

Version

Introduced in version 10

Was this information helpful?