ASP.NET Pack Programmer's Guide
DecorationLayer.id Property
See Also
 





Gets the id of this DecorationLayer.

Namespace: MindFusion.Mapping
Package: DecorationLayer.js

 Syntax

JavaScript  Copy Code

Object.defineProperty(DecorationLayer.prototype, "id", { value: String });

 Property Value

String. The id of this DecorationLayer.

 Example

The following code creates a new DecorationLayer, gives it an id, and adds a new Marker to the layer's decorations property.

 See Also

DecorationLayer Members
DecorationLayer Class
MindFusion.Mapping Namespace