Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines the connection point type.
| Value | Type | Automation constant |
|---|---|---|
| 0 |
Inward |
visCnnctTypeInward |
| 1 |
Outward |
visCnnctTypeOutward |
| 2 |
Inward & Outward |
visCnnctTypeInwardOutward |
Remarks
You can also set the connection point type by choosing the Connector tool, selecting a shape, and then right-clicking a connection point. To do this, you need to run in developer mode.
To get a reference to the Type / C cell by name from another formula, or from a program by using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Connections.Type[ i ] where i = <1>, 2, 3... |
To get a reference to the Type / C cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionConnectionPts |
| Row index: |
visRowConnectionPts + i where i = 0, 1, 2... |
| Cell index: |
visCnnctType (non-extended rows) visCnnctC (extended rows) |
For information about non-extended and extended rows, see Connection Points row.