Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 546 Bytes

File metadata and controls

29 lines (23 loc) · 546 Bytes

DegFromStr

Description

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)

Parameters

Name Type Description
fSlopeDef STRING
fSlopeValue STRING
fAngle REAL

Version

Availability: from Vectorworks 2016

Category