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


In This Topic
    GetFunctionIndex Method (NInteropMarshaller)
    In This Topic
    Gets the index of the function with the specified name
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetFunctionIndex( _
       ByVal funcName As System.String _
    ) As System.Short
    'Usage
     
    
    Dim instance As NInteropMarshaller
    Dim funcName As System.String
    Dim value As System.Short
     
    value = instance.GetFunctionIndex(funcName)
    public abstract 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