Variable GBTCurveTypeEnumConst
GBTCurveTypeEnum: {
Bcurve: "BCURVE";
Circle: "CIRCLE";
Ellipse: "ELLIPSE";
Icurve: "ICURVE";
Line: "LINE";
Other: "OTHER";
Unknown: "UNKNOWN";
} = ...
Type declaration
-
Readonly Bcurve: "BCURVE"
-
Readonly Circle: "CIRCLE"
-
Readonly Ellipse: "ELLIPSE"
-
Readonly Icurve: "ICURVE"
-
Readonly Line: "LINE"
-
Readonly Other: "OTHER"
-
Readonly Unknown: "UNKNOWN"
Export