Type / C Cell (Connection Points Section)
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 (on the Tools menu, click Options, click the Advanced tab, and then select the Run in developer mode check box).
To get a reference to the Type / C cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Connections.Type[i] |
To get a reference to the Type / C cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionConnectionPts |
Row index: |
visRowConnectionPts + i |
Cell index: |
visCnnctType (non-extended rows) |
For information about non-extended and extended rows, see Connection Points row.