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