'DeklarationPublic 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)
public Tuple<string,string> ImportShapefile( ListLabel ll, string shpFilePath, string dbfFilePath, string? importData, string? folderId )
public: Tuple<String^,String^>^ ImportShapefile( ListLabel^ ll, String^ shpFilePath, String^ dbfFilePath, String^ importData, String^ folderId )
Parameter
- ll
Das ListLabel Objekt dem das Repository zugewiesen sein soll.
- shpFilePath
Lokaler Dateipfad der zu importierenden .shp-Datei (Shapefile).
- dbfFilePath
Lokaler Dateipfad der zu importierenden .dbf-Datei (Datenbank des Shapefiles).
- importData
- folderId