Variable GBTCurveTypeEnumConst

GBTCurveTypeEnum: {
    Bcurve: "BCURVE";
    Circle: "CIRCLE";
    Ellipse: "ELLIPSE";
    Icurve: "ICURVE";
    Line: "LINE";
    Other: "OTHER";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly Bcurve: "BCURVE"
  • Readonly Circle: "CIRCLE"
  • Readonly Ellipse: "ELLIPSE"
  • Readonly Icurve: "ICURVE"
  • Readonly Line: "LINE"
  • Readonly Other: "OTHER"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc