Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NSchedule Class / AEAh Method


In This Topic
    AEAh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function AEAh( _
       ByVal bEAh As NMargins, _
       ByVal CEAh As System.Double, _
       ByVal dEAh As System.Double _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NSchedule
    Dim bEAh As NMargins
    Dim CEAh As System.Double
    Dim dEAh As System.Double
    Dim value As NRectangle
     
    value = instance.AEAh(bEAh, CEAh, dEAh)
    internal NRectangle AEAh( 
       NMargins bEAh,
       System.double CEAh,
       System.double dEAh
    )

    Parameters

    bEAh
    CEAh
    dEAh
    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