iv_GetiLogicRules()

Synopsis

Returns a list of strings that are the iLogic rule names in the part p.

Syntax

iv_GetiLogicRules( p As Part ) As List
Argument Type Description
p part The Intent part from which to fetch the iLogic rules .

Example 1

Intent >iv_GetiLogicRules(Me)
-->  {"Material Rule", "Duty Rule", "Paint Rule"}