Connection
Contents
[
Hide
]Connection class
Contains elements for one connection point defined for the shape.
Connection()
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. |
| Y | DoubleValue | Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the sh |
| DirX | DoubleValue | Specifies the x-component for the required alignment vector of a matching connection point. The DirX element is also use |
| DirY | DoubleValue | Specifies the y-component for the required alignment vector of a matching connection point. The DirY element is also use |
| Type | TypeConnection | Specifies various types, based on the element in which it is contained. |
| AutoGen | BoolValue | Specifies if the connection point is generated automatically. A value of 1 indicates that the connection point is genera |
| Prompt | Str2Value | Contains varying prompt information, based on the element in which it is contained. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |