Returns True if the rule identified by the string refchain has been dynamically overridden, or if the rule is a pure dynamic rule not present on the underlying Design .
isModified? ( refchain As String ) As Boolean
Argument | Type | Description |
---|---|---|
refchain | String | The reference chain to the rule in question. |
Intent >isModified?("IvBlock_3.height") --> False
Intent >isModified?("IvBlock_3.width") --> True