Returns the number of layer states in the document.
rhinoscriptsyntax.LayerStateCount()
rhinoscript.layer.LayerStateCount()
None.
Number |
The number of layer states in the document. |
import rhinoscriptsyntax as rs
print "There are", rs.LayerStateCount(), "layer states."