'Declaration Public Overloads Shared Function Decode( _ ByVal filePath As String _ ) As IEnumerable(Of EsriRecord)
public static IEnumerable<EsriRecord> Decode( string filePath )
Parameters
- filePath
- Esri file path.
Return Value
The collection of esri data source records.