Home > RhinoScript Methods > Light Methods > LightCount
Returns the number of light objects in the document.
Rhino.LightCount ()
None.
Number |
The number of lights in the document. |
Dim intCount
intCount = Rhino.LightCount
Rhino.Print "There are " & CStr(intCount) & " lights."