Constructor Summary |
---|
Connection()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getAutoGen() | |
Specifies if the connection point is generated automatically. A value of 1 indicates that the connection point is generated automatically. | ||
function | getDel() | |
function | 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. | ||
function | getDirX() | |
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. | ||
function | getDirY() | |
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. | ||
function | getID() | |
function | setID(value) | |
The unique ID of the element within its parent element. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getName() | |
function | setName(value) | |
The name of the element. | ||
function | getNameU() | |
function | setNameU(value) | |
The universal name of the element. | ||
function | getPrompt() | |
Contains varying prompt information, based on the element in which it is contained. | ||
function | getType() | |
Specifies various types, based on the element in which it is contained. | ||
function | getX() | |
Specifies an x-coordinate on a shape in local coordinates. | ||
function | 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 Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Connection()
Property Getters/Setters Detail |
---|
getName/setName : String | |
function getName() / function setName(value) |
getNameU/setNameU : String | |
function getNameU() / function setNameU(value) |
getID/setID : Number | |
function getID() / function setID(value) |
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getX : DoubleValue | |
function getX() |
getY : DoubleValue | |
function getY() |
getDirX : DoubleValue | |
function getDirX() |
getDirY : DoubleValue | |
function getDirY() |
getType : TypeConnection | |
function getType() |
getAutoGen : BoolValue | |
function getAutoGen() |
getPrompt : Str2Value | |
function getPrompt() |
Method Detail |
---|
deepClone | |
function deepClone() |