LightsCollection.Item Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a specific Light object within the LightsCollection.

Definition

Visual Basic .NET Public ReadOnly Property Item( _
    ByVal index As Integer _
) As Light
C# public Light this[
    int index
] { get; }
Managed C++ public: __property Light* get_Item(
    int index
);
JScript .NET In JScript .NET, you can use indexed properties, but you cannot define your own.

Property Value

Microsoft.DirectX.Direct3D.Light . The Light object at the given index.

This property is read-only. 

Parameters

index System.Int32. Index value of the light to retrieve.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.