返回此文档中的图层数量。
rhinoscriptsyntax.LayerCount ()
rhinoscript.layer.LayerCount ()
空值。
数字
此文档中的图层数量。
import rhinoscriptsyntax as rs
count = rs.LayerCount()
print "There are", count, "layers."
LayerNames