MLightCAD
    Preparing search index...

    Interface MlLayerTableRow

    Layer table row: real layer or an in-progress new-layer draft.

    interface MlLayerTableRow {
        color: string;
        cssColor: string;
        description: string;
        isDraft?: boolean;
        isFrozen: boolean;
        isInUse: boolean;
        isLocked: boolean;
        isOn: boolean;
        isPlottable: boolean;
        linetype: string;
        lineWeight: number;
        name: string;
        transparency: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: string

    Serialized AcCmColor string.

    cssColor: string

    CSS color derived from the layer color for swatch display.

    description: string

    Optional layer description text.

    isDraft?: boolean
    isFrozen: boolean

    Whether the layer is frozen.

    isInUse: boolean

    Whether the layer contains at least one entity in the drawing database.

    isLocked: boolean

    Whether the layer is locked.

    isOn: boolean

    Whether the layer is on (not off).

    isPlottable: boolean

    Whether the layer is included when the drawing is plotted.

    linetype: string

    Assigned linetype name (for example Continuous).

    lineWeight: number

    Line weight in hundredths of a millimeter; -1 means default/by-layer.

    name: string

    Layer table record name.

    transparency: string

    Layer transparency as an AutoCAD-style percentage string (for example 0).