Class Connection
Connection class
Contains elements for one connection point defined for the shape.
Constructors
Properties
| Name | Description |
|---|
| AutoGen { get; } | Specifies if the connection point is generated automatically. A value of 1 indicates that the connection point is generated automatically. |
| Del { get; set; } | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. |
| DirX { get; } | Specifies the x-component for the required alignment vector of a matching connection point. The DirX element is also used to orient the attached leg of a dynamic connector. |
| DirY { get; } | Specifies the y-component for the required alignment vector of a matching connection point. The DirY element is also used to orient the attached leg of a dynamic connector. |
| ID { get; set; } | The unique ID of the element within its parent element. |
| IX { get; set; } | The zero-based index of the element within its parent element. |
| Name { get; set; } | The name of the element. |
| NameU { get; set; } | The universal name of the element. |
| Prompt { get; } | Contains varying prompt information, based on the element in which it is contained. |
| Type { get; } | Specifies various types, based on the element in which it is contained. |
| X { get; } | Specifies an x-coordinate on a shape in local coordinates. |
| Y { get; } | 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. |
Methods
| Name | Description |
|---|
| Clone() | Creates deep copy of this instance. |
See Also