# Sandbox.VerletRope.LengthOverride

```csharp
float LengthOverride { get; set; }
```

Controls the rope's length directly, will override the initial length and slack will not be applied.
When set to 0, the rope's initial length between attachment points is used.

Declared in [Sandbox.VerletRope](/api/Sandbox.VerletRope).
Assembly: `Sandbox.Engine`.
