Standard flag values (bit-coded values):
1 = If set, this is a paper space view
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 for the benefit of AutoCAD commands.It can be ignored by
most programs that read DXF files and does not need to be set by programs that write DXF
files)
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short Flags { get; set; }
Public Property Flags As Short
Get
Set
public:
property short Flags {
short get ();
void set (short value);
}
member Flags : int16 with get, set
PROPERTY Flags AS SHORT GET SET
Property Value
Type:
Int16See Also