Share

DrawingViewAnnotation Object


Description

DrawingViewAnnotation Object.

Methods

Name Description
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
AttributeSets Gets the Attribute Sets collection on this object.
FormattedText Gets and sets the formatted string value of the view annotation text.
Parent Gets the parent object from whom this object can logically be reached.
SecondFormattedText Gets and sets the formatted string value of the second view annotation text.
SecondText Returns the second string value of the view annotation text.
SecondTextPosition Gets and sets the position of the second view annotation text.
Style Gets and sets the view annotation style for this DrawingViewAnnotation.
Text Returns the string value of the view annotation text.
TextPosition Gets and sets the position of the view annotation text.
Type Gets the constant that indicates the type of this object.

Accessed From

DetailDrawingView.ViewAnnotation, DrawingView.ViewAnnotation, SectionDrawingView.ViewAnnotation

Samples

Name Description
Move DrawingViewAnnotation Text Position Sample This sample demonstrates how to move the text position of drawing view annotation. Create a detail or section view before running this sample.

Version

Introduced in version 2026

Was this information helpful?