Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NEsriMapImporter Class / AddShapefile Method
The ESRI shapefile to add.


In This Topic
    AddShapefile Method
    In This Topic
    Adds a new shapefile to the map.
    Syntax
    'Declaration
     
    
    Public Sub AddShapefile( _
       ByVal shapefile As NEsriShapefile _
    ) 
    'Usage
     
    
    Dim instance As NEsriMapImporter
    Dim shapefile As NEsriShapefile
     
    instance.AddShapefile(shapefile)
    public void AddShapefile( 
       NEsriShapefile shapefile
    )

    Parameters

    shapefile
    The ESRI shapefile to add.

    Return Value

    The ESRI shapefile that was added to the map.
    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