Compile Time Changes

class AbsItemTagInfo

Two new constructors have been added to the AbsItemTagInfo class.

  • str articleCode parameter has been added
  • Allows for setting the new str articleCode field on construction
New: public constructor(str text, str k, AbsDwgLayerInfo info, str articleCode, double textHeight=4inch) {}
New: public constructor(str text, str k, AbsDwgLayerInfo info, str textType, str articleCode) {}