Share

SheetSettings Object


Description

The SheetSettings object provides access to properties that provide read and write access of the various sheet related document specific settings. This is somewhat equivalent to the Sheet tab of the Document Settings 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.
Parent Property that returns the parent DrawingDocument object.
SheetColor Gets/Sets the background color used for drawing sheets.
SheetEntityHighlightColor Gets/Sets the color used to highlight elements on the drawing sheet when the cursor passes over them.
SheetEntitySelectionColor Gets/Sets the color used to illuminate elements on the drawing sheet when they are selected.
SheetLabel Gets/Sets the default prefix name used for newly created drawing sheets.
SheetOutlineColor Gets/Sets the color used for the border of drawing sheets.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DrawingDocument.SheetSettings

Version

Introduced in version 11

Was this information helpful?