# Sandbox.ModelEditor.LineAttribute

- Kind: attribute
- Namespace: `Sandbox.ModelEditor`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.ModelEditor.Internal.BaseModelDocAttribute](/api/Sandbox.ModelEditor.Internal.BaseModelDocAttribute)

## Constructors

- [`LineAttribute`](/api/Sandbox.ModelEditor.LineAttribute/.ctor)

## Properties

- [`AttachmentFrom`](/api/Sandbox.ModelEditor.LineAttribute/AttachmentFrom): Internal name of the key that dictates which attachment to use as parent for start position.
- [`AttachmentTo`](/api/Sandbox.ModelEditor.LineAttribute/AttachmentTo): Internal name of the key that dictates which attachment to use as parent for end position.
- [`BoneFrom`](/api/Sandbox.ModelEditor.LineAttribute/BoneFrom): Internal name of the key that dictates which bone to use as parent for start position.
- [`BoneTo`](/api/Sandbox.ModelEditor.LineAttribute/BoneTo): Internal name of the key that dictates which bone to use as parent for end position.
- [`Color`](/api/Sandbox.ModelEditor.LineAttribute/Color): A string formatted color for this helper. Format is "255 255 255"
- [`Enabled`](/api/Sandbox.ModelEditor.LineAttribute/Enabled): Internal name of the key that controls whether this helper is visible or not.
- [`OriginFrom`](/api/Sandbox.ModelEditor.LineAttribute/OriginFrom): Internal name of the key to read line start position from.
- [`OriginTo`](/api/Sandbox.ModelEditor.LineAttribute/OriginTo): Internal name of the key to read line end position from.
- [`Width`](/api/Sandbox.ModelEditor.LineAttribute/Width): The width of the line helper
