ConnectionABCD

ConnectionABCD class

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

public class ConnectionABCD

Constructors

Name Description
ConnectionABCD() Constructor.

Properties

Name Description
A { get; } Represents different information depending on its parent element.
B { get; } Represents different information depending on its parent element.
C { get; } Represents different information based on its parent element.
D { get; } Represents different information based on its parent element.
Del { get; set; } A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
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.
X { get; } Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
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