asposediagram.api

Class ConnectionABCD

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

Constructor Summary
ConnectionABCD()
Constructor.
 
Property Getters/Setters Summary
methodgetA()
Represents different information depending on its parent element.
methodgetB()
Represents different information depending on its parent element.
methodgetC()
Represents different information based on its parent element.
methodgetD()
Represents different information based on its parent element.
methodgetDel()
method
setDel(value)
           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.
methodgetID()
method
setID(value)
           The unique ID of the element within its parent element.
methodgetIX()
method
setIX(value)
           The zero-based index of the element within its parent element.
methodgetName()
method
setName(value)
           The name of the element.
methodgetNameU()
method
setNameU(value)
           The universal name of the element.
methodgetX()
Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
methodgetY()
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.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • ConnectionABCD

        ConnectionABCD()
        Constructor.
    • Property Getters/Setters Detail

      • getName/setName : String 

        String getName() / setName(value)
        
        The name of the element.
      • getNameU/setNameU : String 

        String getNameU() / setNameU(value)
        
        The universal name of the element.
      • getID/setID : int 

        int getID() / setID(value)
        
        The unique ID of the element within its parent element.
      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        The zero-based index of the element within its parent element.
      • getDel/setDel : int 

        int getDel() / setDel(value)
        
        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.
      • getX : DoubleValue 

        DoubleValue getX()
        
        Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
      • getY : DoubleValue 

        DoubleValue getY()
        
        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.
    • Method Detail

      • deepClone

        Object deepClone()
        Creates deep copy of this instance.
        Returns: