LightsCollection.Count Property (Microsoft.DirectX.Direct3D)
Retrieves the number of Light objects in the LightsCollection.
Definition
Visual Basic Public ReadOnly Property Count As Integer C# public int Count { get; } C++ public:
property int Count {
int get();
}JScript public function get Count() : int
Property Value
System.Int32
Number of Light objects in the LightsCollection.This property is read-only.