Share

DrawingViewLabel Object


Description

The DrawingViewLabel object represents the text in a drawing view label.

Methods

Name Description
RestoreViewLabel Method that restores the drawing view label to default position.

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.
Color Read-write property that gets and sets the color of the text.
ConstrainToBorder Gets and sets whether to constrain the view label to the view.
FormattedText Read-write property that gets and sets the fully formatted string that defines the contents of the drawing view label.
HorizontalJustification Read-write property that gets and sets the horizontal justification override of the drawing view label.
Layer Gets and sets the layer associated with the view label.
LineSpacing Read-write property that gets and sets the line spacing of the drawing view label.
LineSpacingType Read-write property that gets and sets the method used to define the line spacing.
Parent Property that returns the parent of the object.
Position Read-write property that gets and sets the position of the label.
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 Property that gets the string that defines the drawing view label.
TextStyle Gets and sets the text style associated with the view label.
Type Returns an ObjectTypeEnum indicating this object's type.
VerticalJustification Read-write property that gets and sets the vertical justification override of the drawing view label.
WidthScale Read-write property that gets and sets the width scale factor for the drawing view label.

Accessed From

DetailDrawingView.Label, DrawingView.Label, SectionDrawingView.Label

Version

Introduced in version 2009

Was this information helpful?