Gets the parent control of this layer.
Namespace: MindFusion.Mapping
File: CanvasLayer.js
Syntax
ExampleThe following code checks if the parent of this CanvasLayer was loaded:
JavaScript
Copy Code
|
|---|
| if(drawings.parent.loaded) { //do something } |
See Also