Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / GetCategoryDisplayOrder Method


In This Topic
    GetCategoryDisplayOrder Method
    In This Topic
    Gets a value that defines the display order of the category. If such is not defined returns Float.NaN
    Syntax
    'Declaration
     
    
    Public Function GetCategoryDisplayOrder( _
       ByVal category As NLocalizedString _
    ) As System.Single
    'Usage
     
    
    Dim instance As NDesigner
    Dim category As NLocalizedString
    Dim value As System.Single
     
    value = instance.GetCategoryDisplayOrder(category)
    public System.float GetCategoryDisplayOrder( 
       NLocalizedString category
    )

    Parameters

    category
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also