ConnectionABCD
ConnectionABCD class
The ConnectionABCD element is an obsolete version of the Connection element and exists only for backward compatibility.
Constructors
| Name | Description |
|---|---|
| ConnectionABCD | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Name | String | The name of the element. |
| NameU | String | The universal name of the element. |
| ID | int | The unique ID of the element within its parent element. |
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| X | DoubleValue | Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the elem |
| Y | DoubleValue | Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the sh |
| A | DoubleValue | Represents different information depending on its parent element. |
| B | DoubleValue | Represents different information depending on its parent element. |
| C | DoubleValue | Represents different information based on its parent element. |
| D | DoubleValue | Represents different information based on its parent element. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates 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.