Returns the value of the given annotation of the given design as a string . If there is no such annotation on the design , the name NoValue is returned. If the design does not exist, an error occurs.
getDesignAnnotation ( design_ As Name, _
ann As Name ) As Any
Argument | Type | Description |
---|---|---|
design_ | Name | The name of the design . |
ann | Name | The name of the annotation. |
Intent >getDesignAnnotation(:BasePart, :%%categoryOrder)
--> NoValue
Intent >getDesignAnnotation(:%%BasePart, :%%categoryOrder)
--> "Appearance, Material, Frame, Render Controls, Assembly, User Interface, View, Methods, Group Rules, BaseDesign, Meta Rules, Internal"