Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLightSourceCollection Class / Item Property


In This Topic
    Item Property (NLightSourceCollection)
    In This Topic
    Retrieves the NLightSource object at the specified index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal Index As System.Integer _
    ) As NLightSource
    'Usage
     
    
    Dim instance As NLightSourceCollection
    Dim Index As System.Integer
    Dim value As NLightSource
     
    instance.Item(Index) = value
     
    value = instance.Item(Index)
    public NLightSource this[ 
       System.int Index
    ]; {get; set;}

    Parameters

    Index
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also