Type / C cell (Connection Points section)

Type / C cell (Connection Points section)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Section         Rows

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 reference the Type / C cell by name from another formula, or from a program using the Cells property, use:

Cell name:

Connections.Type[i]
where i = <1>, 2, 3…

To reference the Type / C cell by index from a program, use the CellsSRC property with the following arguments:

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 Connections.Row row.