<Connection> element

<Connection> element

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.

Contains elements for one connection point defined for the shape.

Syntax

  <Connection
      [Name = "name"]
      [NameU = "universalname"]
      [IX = "intval"]
      [Del = "boolval"]
      [ID = "intval"]>
  </Connection>

Attributes

Name

Optional string. The name of the element.

NameU

Optional string. The universal name of the element.

Del

Optional boolean. A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element is deleted locally.

ID

Optional int. The ID of a named element.

IX

Optional int. The zero-based index of the element within its parent element.

Element information

Parent elements:

DocumentSheet, PageSheet, Shape, StyleSheet

Child elements:

AutoGen (optional), DirX (optional), DirY (optional), Prompt (optional), Type (optional), X (optional), Y (optional)

Remarks

Connection elements can be indexed or named (assigned a Name, NameU, or ID attribute). By default, if the user does not name the connections for a shape, they are assigned index attributes.

If one Connection element is named for a shape, all the Connection elements must be named for that shape. However, Connection elements do not need to be named using the same attribute.

See also

Connection Points section