RuleIsFilterRule Property

Gets a value indicating whether this rule is "filter-rule".

Namespace:  Aspose.Gis.Rendering.Symbolizers
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public bool IsFilterRule { get; }

Property Value

Type: Boolean
Remarks
"filter-rule" applies symbolizer to a feature if Filter returns for the feature.
See Also