getDynamicRules()

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 .