# `GSPathSegment.countOfPoints`

*Instance Property*

## Declaration

```swift
var countOfPoints: uint8 { get set }
```

```objc
@property (nonatomic) uint8 countOfPoints;
```

```python
countOfPoints() -> uint8
setCountOfPoints_(countOfPoints: uint8)
```

