Share

NotebookOptions Object


Description

The NotebookOptions object provides access to properties that provide read and write access of the notebook related application options. This is somewhat equivalent to the Notebook tab of the Application Options dialog.

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.
ArrowColor Gets/Sets the color for arrows in design notes.
DisplayNoteIcons Gets/Sets whether enables or disables displaying icons for design notes in the graphics window.
DisplayNoteText Gets/Sets whether enables or disables displaying text for design notes.
KeepNotesOnDeletedObjects Gets/Sets whether design notes associated with model geometry should be retained after the geometry has been deleted.
NoteHighlightColor Gets/Sets the color for the highlighted component in note views.
TextBackgroundColor Gets/Sets the background color for the comment boxes in design notes.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Application.NotebookOptions, InventorServer.NotebookOptions, InventorServerObject.NotebookOptions

Version

Introduced in version 11

Was this information helpful?