Procedure SetClassArrow sets the arrow style parameters for the indicated class.
PROCEDURE SetClassArrow(
className : STRING;
style : INTEGER;
size : REAL;
angle : INTEGER);def vs.SetClassArrow(className, style, size, angle):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | The indicated class. |
| style | INTEGER | The arrow style. |
| size | REAL | The arrow size in inches measured in page space. |
| angle | INTEGER | The arrow angle (in degrees). |
OBSOLETE for VW2008: Use SetClassBeginningMarker and/or SetClassEndMarker instead. Style indicates the index of the arrow style to be used.
Size is in page-inches. Legal values are 0.0 to 2.0.
Angle is in degrees.
SetClassArrow('None', 2, 0.25, 15);SetClassArrow is obsolete as of VectorWorks13.0
Availability: from VectorWorks10.0