How to add your knowledge

getDesignAnnotation()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1
    4. 4. Example 2

    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"