---
title: isEmpty
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsbezierpath/isempty
---

# isEmpty

A Boolean value that indicates whether the path is empty.

## Declaration

```swift
var isEmpty: Bool { get }
```

## Discussion

Discussion The value of this property is true if the path contains no elements, or false if it contains at least one element.

## See Also

### Querying a Path

- [bounds](appkit/nsbezierpath/bounds.md)
- [controlPointBounds](appkit/nsbezierpath/controlpointbounds.md)
- [currentPoint](appkit/nsbezierpath/currentpoint.md)
