LayeredSymbolizer.Item

LayeredSymbolizer indexer

Gets the symbolizer at the specified index .

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

Return Value

The symbolizer at the specified index.

See Also