Layout Grid Spacing

Hi,

Is there a way to set the grid spacing in a New Layout using Python?

Eric

I figured out a way to do this using the following code. It works but is there a more elegant way to do this?

def GridSpacing():
rs.Command("_Grid _SnapSpacing .125 _Enter")

Eric