ConnectionABCD

ConnectionABCD class

The ConnectionABCD element is an obsolete version of the Connection element and exists only for backward compatibility.

Constructors

NameDescription
ConnectionABCDConstructor.

Properties

NameTypeDescription
NameStringThe name of the element.
NameUStringThe universal name of the element.
IDintThe unique ID of the element within its parent element.
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
XDoubleValueSpecifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the elem
YDoubleValueSpecifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the sh
ADoubleValueRepresents different information depending on its parent element.
BDoubleValueRepresents different information depending on its parent element.
CDoubleValueRepresents different information based on its parent element.
DDoubleValueRepresents different information based on its parent element.

Methods

NameDescription
deepCloneCreates deep copy of this instance.

ConnectionABCD()

Constructor.

ConnectionABCD.Name property

The name of the element.

Type: String

ConnectionABCD.NameU property

The universal name of the element.

Type: String

ConnectionABCD.ID property

The unique ID of the element within its parent element.

Type: int

ConnectionABCD.IX property

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

Type: int

ConnectionABCD.Del property

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

Type: int

ConnectionABCD.X property

Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.

Type: DoubleValue

ConnectionABCD.Y property

Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page.

Type: DoubleValue

ConnectionABCD.A property

Represents different information depending on its parent element.

Type: DoubleValue

ConnectionABCD.B property

Represents different information depending on its parent element.

Type: DoubleValue

ConnectionABCD.C property

Represents different information based on its parent element.

Type: DoubleValue

ConnectionABCD.D property

Represents different information based on its parent element.

Type: DoubleValue

deepClone()

Creates deep copy of this instance.