Nevron Open Vision Documentation
Nevron.Nov.Interop Namespace / NInteropFunctionMap Class / Map Method


In This Topic
    Map Method (NInteropFunctionMap)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Map( _
       ByVal name As System.String, _
       ByVal index As System.Short _
    ) 
    'Usage
     
    
    Dim instance As NInteropFunctionMap
    Dim name As System.String
    Dim index As System.Short
     
    instance.Map(name, index)
    public void Map( 
       System.string name,
       System.short index
    )

    Parameters

    name
    index
    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