getDesignAnnotation()

Synopsis

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.

Syntax

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.

Example 1

Intent >getDesignAnnotation(:BasePart, :%%categoryOrder) 
--> NoValue 

Example 2

Intent >getDesignAnnotation(:%%BasePart, :%%categoryOrder)  
--> "Appearance, Material, Frame, Render Controls, Assembly, User Interface, View, Methods, Group Rules, BaseDesign, Meta Rules, Internal"