'DeclarationPublic 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 )
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