DrawingStandardStyle.GetViewAnnotationDefaults Method
Parent Object: DrawingStandardStyleDescription
Method that gets the drawing view annotation defaults for the specified view type.
Syntax
DrawingStandardStyle.GetViewAnnotationDefaults( ViewType As DrawingViewTypeEnum, FormattedText As String )Parameters
Name | Type | Description |
ViewType | DrawingViewTypeEnum | Input DrawingViewTypeEnum value that specifies the view type for which to get the annotation defaults. Valid values are kAuxiliaryDrawingViewType, kDetailDrawingViewType and kSectionDrawingViewType, |
FormattedText | String | Output String that gets the content of the view annotation defaults. |