MapFormat.getLayerPropertyTagValues

Gets the values of a layer's property tag.

class MapFormat
public @trusted
Value[]
getLayerPropertyTagValues
(
int pri
,
string name
,
string parent
)

Parameters

pri int

Layer priority ID.

name string

The name of the property tag.

parent string

The name of the tag the property tag is contained within.

Return Value

Type: Value[]

an array containing all the values belonging to the given property tag.

Meta