MapMetaAttribute.AttributeData

Syntax

AttributeData: PP.MapMetaAttributeData;

Description

The AttributeData property determines data for attribute.

Comments

The setAttributeData method is used to add data for the attribute, and the object to add is specified as its data parameter. To get it, use the getAttributeData method, and specify ID of the object that contains attribute data as the id parameter.

Property value cannot be set from JSON.

Example

The example of use is given on the page with description of the MapArrowBase.setBorderSettings method.

See also:

MapMetaAttribute