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)
Syntaxpublic bool IsFilterRule { get; }Public ReadOnly Property IsFilterRule As Boolean
Get
public:
property bool IsFilterRule {
bool get ();
}member IsFilterRule : bool with get
Property Value
Type:
Boolean
Remarks
"filter-rule" applies symbolizer to a feature if
Filter returns
for the feature.
See Also