Share

DrawingStandardStyle.SetViewAnnotationDefaults Method

Parent Object: DrawingStandardStyle

Description

Method that sets the drawing view annotation defaults for the specified view type.

Syntax

DrawingStandardStyle.SetViewAnnotationDefaults( ViewType As DrawingViewTypeEnum, FormattedText As String )

Parameters

Name Type Description
ViewType DrawingViewTypeEnum Input DrawingViewTypeEnum value that specifies the view type for which to set the annotation defaults. Valid values are kAuxiliaryDrawingViewType, kDetailDrawingViewType and kSectionDrawingViewType,
FormattedText String Input String that sets the content of the view annotation.

Version

Introduced in version 2026

Was this information helpful?