RuleBasedSymbolizer.Item

RuleBasedSymbolizer indexer

Gets the rule at the specified index .

public Rule this[int index] { get; }
ParameterDescription
indexThe zero-based index of the rule to get.

Return Value

The rule at the specified index.

See Also