Nevron Open Vision Documentation
Nevron.Nov.Interop Namespace / NNovInteropMarshaller Class / GetFunctionIndex Method


In This Topic
    GetFunctionIndex Method (NNovInteropMarshaller)
    In This Topic
    Overriden to get the function index from the function map
    Syntax
    'Declaration
     
    
    Public Overrides Function GetFunctionIndex( _
       ByVal funcName As System.String _
    ) As System.Short
    'Usage
     
    
    Dim instance As NNovInteropMarshaller
    Dim funcName As System.String
    Dim value As System.Short
     
    value = instance.GetFunctionIndex(funcName)
    public override System.short GetFunctionIndex( 
       System.string funcName
    )

    Parameters

    funcName
    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