Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 511 Bytes

File metadata and controls

29 lines (21 loc) · 511 Bytes

GISDimStringToMM

Description

Converts string value that represents dimension real to real number in millimeters.

FUNCTION GISDimStringToMM(
				inputStr          : STRING;
				footMarkException : STRING) : REAL;
def vs.GISDimStringToMM(inputStr, footMarkException):
    return REAL

Parameters

Name Type Description
inputStr STRING
footMarkException STRING

Version

Availability: from Vectorworks 2024

Category