DrawingStandardStyle.SetViewAnnotationDefaults Method
Parent Object: DrawingStandardStyleDescription
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. |
