Arbortext IsoDraw > Macro Language Reference > Object Data Types > Sub Data Types for Attribute Preferences > .grids[ ]
  
.grids[ ]
This property gives access to all grid attributes but it can not be used directly.
.grids[ ].name
Returns and sets the name of the grid as string.
app.grids[1].name = "Isometric"
.grids[ ].xAngle
Returns and sets the x-angle of the grid as float.
app.grids[1].xAngle = 30
.grids[ ].zAngle
Returns and sets the z-angle of the grid as float.
app.grids[1].zAngle = 30