Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NNumberPropertyEditor Class / tCjb Method


In This Topic
    tCjb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function tCjb( _
       ByVal UCjb As System.Type, _
       ByVal vCjb As System.Double, _
       ByVal WCjb As System.Double, _
       ByVal xCjb As System.Double _
    ) As NEditorTemplate
    'Usage
     
    
    Dim UCjb As System.Type
    Dim vCjb As System.Double
    Dim WCjb As System.Double
    Dim xCjb As System.Double
    Dim value As NEditorTemplate
     
    value = NNumberPropertyEditor.tCjb(UCjb, vCjb, WCjb, xCjb)
    internal static NEditorTemplate tCjb( 
       System.Type UCjb,
       System.double vCjb,
       System.double WCjb,
       System.double xCjb
    )

    Parameters

    UCjb
    vCjb
    WCjb
    xCjb
    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