LabelingRule.Filter

LabelingRule.Filter property

Determines if “filter-rule” should apply labeling to the feature. If returns true labeling is used; otherwise, feature is skipped.

public Func<Feature, bool> Filter { get; }

See Also