DirX / A cell (Connection Points section)

Microsoft Office ShapeSheet

DirX / A cell (Connection Points section)

See also       

Determines the x-component for the required alignment vector of a matching connection point. The DirX / A cell is also used to orient the attached leg of a dynamic connector. This cell takes a floating point value.

Remarks

To reference the DirX / A cell by name from another formula, or from a program using the Cells property, use:

Cell name:

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

To reference the DirX / A 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:

visCnnctDirX (non-extended rows)
visCnnctA (extended rows)

For information about non-extended and extended rows, see Connections.Row row.