CQL for finding registration lines of a specific width and lenght

Hi!

Can someone please help me with the CQL command to find registration lines of a specific width and lenght.

I have in page many 1.5 mm lenght lines horizontally and vertically .

The following line works, but I cannot add the lenght in querry:

Set sr = ActivePage.Shapes.FindShapes(Query:="@fill.type = 'none' and @outline.color = 'REGCOLOR,USER,100,00000000-0000-0000-0000-000000000000' and @outline.width = {0.12 mm}")

Thanks a lot!