CadDimensionStyleTable.StandardFlag

CadDimensionStyleTable.StandardFlag property

Gets or sets the standard flag bit-coded values. Possible values are: 16 (table entry is externally dependent on an xref), 32 and 16 (the externally dependent xref has been successfully resolved), 64 (the table entry was referenced by at least one entity in the drawing the last time the drawing was edited.

public short StandardFlag { get; set; }

See Also