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


In This Topic
    SIpG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function SIpG( _
       ByVal tIpG As NMarkerValueIndicator, _
       ByRef UIpG As NMatrix, _
       ByRef vIpG As NRectangle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NLinearGauge
    Dim tIpG As NMarkerValueIndicator
    Dim UIpG As NMatrix
    Dim vIpG As NRectangle
    Dim value As System.Boolean
     
    value = instance.SIpG(tIpG, UIpG, vIpG)
    internal System.bool SIpG( 
       NMarkerValueIndicator tIpG,
       out NMatrix UIpG,
       out NRectangle vIpG
    )

    Parameters

    tIpG
    UIpG
    vIpG
    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