Converts slope from string format to degrees.
FUNCTION DegFromStr(
fSlopeDef : STRING;
fSlopeValue : STRING;
VAR fAngle : REAL): BOOLEAN;def vs.DegFromStr(fSlopeDef, fSlopeValue):
return (BOOLEAN, fAngle)| Name | Type | Description |
|---|---|---|
| fSlopeDef | STRING | |
| fSlopeValue | STRING | |
| fAngle | REAL |
Availability: from Vectorworks 2016