Right - the slice models are controlled at a higher level and so the visibility and transform are controlled by the SliceNode, which is what is tied to the eye icon in the slice controller.
red = getNode('vtkMRMLSliceNodeRed')
red.SetSliceVisible(1)
HTH,
Steve