List & Label .NET
combit.Reporting.Repository Namespace / RepositoryImportUtil Class / ImportShapefile Method

The List & Label instance that the repository is assigned to.

The local path of the .shp file (Shapefile) to import.

The local path of the .dbf file (Shapefile database) to import.



In This Topic
    ImportShapefile Method
    In This Topic

    Imports a shapefile (.shp/.dbf files) to the repository and returns the IDs of the created repository items (Item1: .shp File, Item2: .dbf File). Once the file is ready and the metadata objects are prepared, internally the repository's CreateOrUpdateItem method is called to store it into the repository.

    Syntax
    'Declaration
     
    
    Public Function ImportShapefile( _
       ByVal ll As ListLabel, _
       ByVal shpFilePath As String, _
       ByVal dbfFilePath As String, _
       Optional ByVal importData As String, _
       Optional ByVal folderId As String _
    ) As Tuple(Of String,String)

    Parameters

    ll

    The List & Label instance that the repository is assigned to.

    shpFilePath

    The local path of the .shp file (Shapefile) to import.

    dbfFilePath

    The local path of the .dbf file (Shapefile database) to import.

    importData
    folderId
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also