Variable GBTElementTypeConst

GBTElementType: {
    Application: "APPLICATION";
    Assembly: "ASSEMBLY";
    Billofmaterials: "BILLOFMATERIALS";
    Blob: "BLOB";
    Drawing: "DRAWING";
    Featurestudio: "FEATURESTUDIO";
    Partstudio: "PARTSTUDIO";
    Publicationitem: "PUBLICATIONITEM";
    Table: "TABLE";
    Unknown: "UNKNOWN";
    Variablestudio: "VARIABLESTUDIO";
} = ...

Export

Type declaration

  • Readonly Application: "APPLICATION"
  • Readonly Assembly: "ASSEMBLY"
  • Readonly Billofmaterials: "BILLOFMATERIALS"
  • Readonly Blob: "BLOB"
  • Readonly Drawing: "DRAWING"
  • Readonly Featurestudio: "FEATURESTUDIO"
  • Readonly Partstudio: "PARTSTUDIO"
  • Readonly Publicationitem: "PUBLICATIONITEM"
  • Readonly Table: "TABLE"
  • Readonly Unknown: "UNKNOWN"
  • Readonly Variablestudio: "VARIABLESTUDIO"

Generated using TypeDoc