|
|
|
|
|
- Properties specific to diagWaypoint variables
diagWaypoint (Variable type) In french: diagPointDePassage
The diagWaypoint type is used to define all the advanced characteristics of a connector waypoint. You can define and change the characteristics of this waypoint using different WLanguage properties. Note: 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|