Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |
Remarks
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:
| Value | |
|---|---|
| Cell name: |
ConFixedCode |
To get a reference to the ConFixedCode cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowShapeLayout |
| Cell index: |
visSLOConFixedCode |