Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleTimeRuler Class / CMAh Method


In This Topic
    CMAh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub CMAh( _
       ByRef dMAh As NRectangle, _
       ByRef EMAh As System.Double, _
       ByRef fMAh As System.Double, _
       ByRef GMAh As NPoint, _
       ByRef hMAh As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NScheduleTimeRuler
    Dim dMAh As NRectangle
    Dim EMAh As System.Double
    Dim fMAh As System.Double
    Dim GMAh As NPoint
    Dim hMAh As NPoint
     
    instance.CMAh(dMAh, EMAh, fMAh, GMAh, hMAh)
    internal void CMAh( 
       out NRectangle dMAh,
       out System.double EMAh,
       out System.double fMAh,
       out NPoint GMAh,
       out NPoint hMAh
    )

    Parameters

    dMAh
    EMAh
    fMAh
    GMAh
    hMAh
    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