Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NFloatingNumberPropertyEditor Class / GCjb Method


In This Topic
    GCjb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function GCjb( _
       ByVal hCjb As System.Type, _
       ByVal ICjb As System.Double, _
       ByVal jCjb As System.Double, _
       ByVal KCjb As System.Double, _
       ByVal lCjb As System.Integer _
    ) As NEditorTemplate
    'Usage
     
    
    Dim hCjb As System.Type
    Dim ICjb As System.Double
    Dim jCjb As System.Double
    Dim KCjb As System.Double
    Dim lCjb As System.Integer
    Dim value As NEditorTemplate
     
    value = NFloatingNumberPropertyEditor.GCjb(hCjb, ICjb, jCjb, KCjb, lCjb)
    internal static NEditorTemplate GCjb( 
       System.Type hCjb,
       System.double ICjb,
       System.double jCjb,
       System.double KCjb,
       System.int lCjb
    )

    Parameters

    hCjb
    ICjb
    jCjb
    KCjb
    lCjb
    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