How to use macro to create Slip fit in drawing?

I am trying to create slip fit hole on my drawings My slipfit hole will use "LIMIT" style,  +0.0015 in positive , + 0.0005 in negative

I recorded the macro and I have

boolstatus = Part.EditDimensionProperties2(3, 0.0000381, 0.0000127, "", "", False, 4, 0, True, 12, 12, " ", "", True, "", "", False)

However, this does not work when I play it again.

Please help

SolidworksApi macros