f$Structure_Link
f$Structure_Link
A link is entered in a structure dialog with this function.
Syntax: | Status = f$Struktur_Link (Number, NameFrom, NameTo , Style, Status) | |||
| Argument | Type | Meaning | |
| Number | Integer | Number returned by f$Structure_open | |
| NameFrom | String | Name of the link's start node | |
| NameTo | String | Name of the link's end node | |
| Style | Integer | Type of link line | |
| Status | Integer | 0 – normal color | |
Result: | Integer | Status: -99: a structure dialog with the given number does not exist -3 : the link already exists -2 : no name entered -1 : a node with this name does not exist 0 : link successfully created | ||
Example: | Status = f$Struktur_Link (StructureNumber, Link[No].NameFrom, Link[No].NameTo , 0, 0 ) | |||