Procedure Symbol places a symbol in the document at the specified coordinate location.
PROCEDURE Symbol(
symbolName : STRING;
pX,pY : REAL;
rotationAngle : REAL);def vs.Symbol(symbolName, p, rotationAngle):
return None| Name | Type | Description |
|---|---|---|
| symbolName | STRING | Name of symbol. |
| p | REAL | Coordinates of symbol insertion point. |
| rotationAngle | REAL | Rotation angle of symbol, in degrees. |
This doesn't work if AngleVar is turned on.
Seems to set the documents active symbol definition [CMP]
Availability: from All Versions