Search Results for

    Show / Hide Table of Contents

    Delegate ShapeFile.FilterMethod

    Filter Delegate Method

    Namespace: Mapsui.Nts.Providers.Shapefile
    Assembly: Mapsui.Nts.dll
    Syntax
    public delegate bool ShapeFile.FilterMethod(IFeature dr)
    Parameters
    Type Name Description
    IFeature dr Filter Delegate Method
    Returns
    Type Description
    bool

    true if this feature should be included, false if it should be filtered

    Remarks

    The FilterMethod delegate is used for applying a method that filters data from the data set. The method should return 'true' if the feature should be included and false if not.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX