|
|
|
|
- Properties specific to diagWaypoint variables
diagWaypoint (Type of variable) In french: diagPointDePassage
The diagWaypoint type is used to define all the advanced characteristics of a connector waypoint. The characteristics of this waypoint can be defined and changed using different WLanguage properties. Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Shape is diagShape dConnector is diagConnector dWaypoint is diagWaypoint dWaypoint.X = 100 dWaypoint.Y = 50 dConnector.WayPoint.Add(dWaypoint)
Properties Properties specific to diagWaypoint variables The following properties can be used to handle a waypoint: | | | Property name | Type used | Effect |
---|
Link | diagConnector | Connector used. | X | Real | X-coordinate of the waypoint in the diagram. This position is expressed in pixels. | Y | Real | Y-coordinate of the waypoint in the diagram. This position is expressed in pixels. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|