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


In This Topic
    GetSelectedObjectsOfType Method (NTool)
    In This Topic
    Gets the selected objects of the specified type
    Syntax
    'Declaration
     
    
    Public Function GetSelectedObjectsOfType( _
       ByVal type As System.Type _
    ) As System.Object()
    'Usage
     
    
    Dim instance As NTool
    Dim type As System.Type
    Dim value() As System.Object
     
    value = instance.GetSelectedObjectsOfType(type)
    public System.object[] GetSelectedObjectsOfType( 
       System.Type type
    )

    Parameters

    type
    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