accessing texture tiling

yo
does anybody know if it is possible to change the tiling properties of a texture with code? I can only find texture offset in the API.

Material.SetTextureScale

ok, that did it, it was just a bit odd named to use scale when I wanted to adjust the tiling… but thanks again for all your help!