AppID

Defines an APPID (DXF Reference). These table entries maintain a set of names for all registered applications.

Subclass of

ezdxf.entities.DXFEntity

DXF type

'APPID'

Factory function

Drawing.appids.new()

class ezdxf.entities.AppID
dxf.owner

Handle to owner (Table).

dxf.name

User-supplied (or application-supplied) application name (for extended data).

dxf.flags

Standard flag values (bit-coded values):

16

If set, table entry is externally dependent on an xref

32

If both this bit and bit 16 are set, the externally dependent xref has been successfully resolved

64

If set, the table entry was referenced by at least one entity in the drawing the last time the drawing was edited. (This flag is only for the benefit of AutoCAD)