# Sandbox.PolygonMesh.GetEdgesConnectedToVertex

```csharp
bool GetEdgesConnectedToVertex(VertexHandle hVertex, out List<HalfEdgeHandle> edges)
```

### Parameters

- `hVertex` (`VertexHandle`)
- `out edges` (`List<HalfEdgeHandle>`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
