Nevron .NET Vision
Nevron.Chart.Windows Namespace / NSelection Class / GetSelectedObjectsOfType Method


In This Topic
    GetSelectedObjectsOfType Method (NSelection)
    In This Topic
    Returns a list of the selected objects
    Syntax
    'Declaration
     
    
    Public Function GetSelectedObjectsOfType( _
       ByVal type As System.Type _
    ) As System.Collections.ArrayList
    'Usage
     
    
    Dim instance As NSelection
    Dim type As System.Type
    Dim value As System.Collections.ArrayList
     
    value = instance.GetSelectedObjectsOfType(type)
    public System.Collections.ArrayList GetSelectedObjectsOfType( 
       System.Type type
    )

    Parameters

    type

    Return Value

    null if no objects were found
    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