Add/remove rules start/end shapes

Build 1501 on 14/Nov/2017  This topic last edited on: 5/Aug/2014, at 13:58

You can apply or remove the start/end shapes on rules by R&D panel, or by scripting.

For scripting, use the StartId and FinishId properties of the ElementProp object. As parameter, enter a valid terminator id, or 0 - to remove the terminator from the rule.

Dim elem As ElementProp = Page.SelElement()

elem.StartId=3

elem.FinishId=2