How to add your knowledge

getDynamicRules()

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

    Synopsis

    Returns a list of names of the dynamic rules defined in the supplied part.

    Syntax

    getDynamicRules ( p As Part ) As List 
    Argument Type Description
    p Part The part from which to report dynamic rule names.

    Example 1

    Intent >getDynamicRules(Me) 
    --> {regularPolygon, wedge} 

    Example 2

    Intent >getDynamicRules(Root) 
    --> {} 

    Returns an empty list when there are no dynamic rules.