MLightCAD
    Preparing search index...
    interface LayerInfo {
        color: string;
        cssColor: string;
        isFrozen: boolean;
        isInUse: boolean;
        isLocked: boolean;
        isOn: boolean;
        isPlottable: boolean;
        linetype: string;
        lineWeight: number;
        name: string;
        transparency: string;
    }
    Index

    Properties

    color: string

    Color string generated by AcCmColor.toString()

    cssColor: string
    isFrozen: boolean
    isInUse: boolean
    isLocked: boolean
    isOn: boolean
    isPlottable: boolean
    linetype: string
    lineWeight: number
    name: string
    transparency: string