Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NWizard Class / GetCategoryAt Method
index


In This Topic
    GetCategoryAt Method
    In This Topic
    Gets the category at the specified index
    Syntax
    'Declaration
     
    
    Public Function GetCategoryAt( _
       ByVal index As System.Integer _
    ) As NTemplateCollection
    'Usage
     
    
    Dim instance As NWizard
    Dim index As System.Integer
    Dim value As NTemplateCollection
     
    value = instance.GetCategoryAt(index)
    public NTemplateCollection GetCategoryAt( 
       System.int index
    )

    Parameters

    index
    index

    Return Value

    template category
    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