Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintLayoutTilingGridSet Class / AUYC Method


In This Topic
    AUYC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function AUYC( _
       ByVal bUYC As System.Integer, _
       ByRef CUYC As System.Integer, _
       ByRef dUYC As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPrintLayoutTilingGridSet
    Dim bUYC As System.Integer
    Dim CUYC As System.Integer
    Dim dUYC As System.Integer
    Dim value As System.Boolean
     
    value = instance.AUYC(bUYC, CUYC, dUYC)
    internal System.bool AUYC( 
       System.int bUYC,
       out System.int CUYC,
       out System.int dUYC
    )

    Parameters

    bUYC
    CUYC
    dUYC
    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