Procedure AddSymToWallEdge inserts a symbol in the referenced wall using the specified parameters to define placement.
| Alignment | Constant |
|---|---|
| Centerline | 0 |
| Left Edge | 1 |
| Right Edge | 2 |
| Core Component Center | 3 |
| Core Component Left Edge | 4 |
| Core Component Right Edge | 5 |
PROCEDURE AddSymToWallEdge(
h : HANDLE;
alongDistance : REAL;
heightDistance : REAL;
flip : BOOLEAN;
right : BOOLEAN;
symbolName : STRING;
insertMode : INTEGER);def vs.AddSymToWallEdge(h, alongDistance, heightDistance, flip, right, symbolName, insertMode):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to wall. |
| alongDistance | REAL | Offset distance from wall start of insertion point. |
| heightDistance | REAL | Elevation of symbol. |
| flip | BOOLEAN | Flip orientation of symbol. |
| right | BOOLEAN | Left-right orientation of symbol. |
| symbolName | STRING | Name of symbol to be inserted. |
| insertMode | INTEGER | Edge insertion mode. |
Availability: from VectorWorks 8.0