MLightCAD
    Preparing search index...

    Function promptAttributedBlockReference

    • Prompts the user to select a block reference that has attributes.

      Parameters

      • message: string

        Prompt shown while picking.

      • rejectMessage: string

        Shown when the picked class is not allowed.

      • noAttributesMessage: string = rejectMessage

        Shown when a valid INSERT/ATTRIB is picked but the block has no editable attributes (defaults to rejectMessage).

      Returns Promise<AcDbBlockReference | undefined>