Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / AEII Class / GEII Method


In This Topic
    GEII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function GEII( _
       ByVal hEII As NDashPattern, _
       ByVal IEII As ENLineCap _
    ) As System.Single()
    'Usage
     
    
    Dim instance As AEII
    Dim hEII As NDashPattern
    Dim IEII As ENLineCap
    Dim value() As System.Single
     
    value = instance.GEII(hEII, IEII)
    internal System.float[] GEII( 
       NDashPattern hEII,
       ENLineCap IEII
    )

    Parameters

    hEII
    IEII
    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