ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI Namespace / EsriDataDecoder Class / Decode Method / Decode(String,Single) Method
Esri file path.
Simplification ratio

In This Topic
    Decode(String,Single) Method
    In This Topic
    Decodes the data from esri data sources. Retrieves both spatial and geodataset data.
    Syntax
    '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.
    See Also