# `GlyphsPathPlugin nodeAtPoint:atLayer:excludeNode:ignoreLocked:`

*Instance Method*

## Declaration

```swift
func node(at loc: NSPoint, at layer: GSLayer, excludeNode exclude: GSNode?, ignoreLocked: Bool) -> GSNode?
```

```objc
- (GSNode *) nodeAtPoint:(NSPoint) loc atLayer:(GSLayer *) layer excludeNode:(GSNode *) exclude ignoreLocked:(BOOL) ignoreLocked;
```

```python
nodeAtPoint_atLayer_excludeNode_ignoreLocked_(loc: NSPoint, layer: GSLayer, exclude: GSNode, ignoreLocked: bool) -> GSNode
```

