Purpose # Returns the name of the layer. Syntax # String GetName(); returns the name of the layer. Example # function Update() { layer = Document.GetLayer(0); var name = layer.GetName(); }