ConFixedCode Cell (Shape Layout Section)
Determines when a connector reroutes.
Value | Description | Automation constant |
|---|---|---|
0 | Reroute freely | visSLOConFixedRerouteFreely |
1 | Reroute as needed (manual reroute) | visSLOConFixedRerouteAsNeeded |
2 | Never reroute | visSLOConFixedRerouteNever |
3 | Reroute on crossover | visSLOConFixedRerouteOnCrossover |
4 | For internal use only | visSLOConFixedByAlgFrom |
5 | For internal use only | visSLOConFixedByAlgTo |
6 | For internal use only | visSLOConFixedByAlgFromTo |
You can also set the value of this cell by selecting a dynamic connector, clicking Behavior in the Shape Design group on the Developer tab, and then clicking the Connector tab.
To get a reference to the ConFixedCode cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | ConFixedCode |
To get a reference to the ConFixedCode cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowShapeLayout |
Cell index: | visSLOConFixedCode |