LightTable.Count Property

LightTableCount Property

Number of lights in the light table. Does not include Sun or Skylight.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public override int Count { get; }
Public Overrides ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32

Implements

IReadOnlyCollectionTCount
ICollectionTCount
See Also