Nevron .NET Vision
Nevron.Dom Namespace / INAtomicElement Interface / GetAtomAt Method


In This Topic
    GetAtomAt Method
    In This Topic
    Returns the atom at the specified index
    Syntax
    'Declaration
     
    
    Function GetAtomAt( _
       ByVal index As System.Integer _
    ) As INAtom
    'Usage
     
    
    Dim instance As INAtomicElement
    Dim index As System.Integer
    Dim value As INAtom
     
    value = instance.GetAtomAt(index)
    INAtom GetAtomAt( 
       System.int index
    )

    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