Purpose # Returns the name of the layer. Syntax # String GetName(); returns the name of the layer. Example # function Update() { layer = Document.FindLayer("My Layer"); var name = layer.GetName(); }