Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NLinearGauge Class / UMC Method


In This Topic
    UMC Method (NLinearGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub UMC( _
       ByVal nIpG As NPaintVisitor, _
       ByVal OIpG As lhMG, _
       ByVal pIpG As MrSG _
    ) 
    'Usage
     
    
    Dim instance As NLinearGauge
    Dim nIpG As NPaintVisitor
    Dim OIpG As lhMG
    Dim pIpG As MrSG
     
    instance.UMC(nIpG, OIpG, pIpG)
    internal override void UMC( 
       NPaintVisitor nIpG,
       lhMG OIpG,
       MrSG pIpG
    )

    Parameters

    nIpG
    OIpG
    pIpG
    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