LineAttr Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by LineAttr.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new line attribute record to the Line_Attr table. |
![]() ![]() | Delete | The Delete() method deletes the specified line attribute record from the Line_Attr table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more line attribute records from the Line_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all line attributes records from the table. |
![]() ![]() | GetAttrs | The GetAttrs() method retrieves all attributes that are assigned to the specified Line and also indicates whether the specified user has permission to edit the attribute. |
![]() ![]() | GetAvailableAttrs | The GetAvailableAttrs() method retrieves all line attributes that are not yet assigned to the specified line and are editable by the specified user. |
![]() ![]() | GetByKey | Overloaded. The GetByKey() method retrieves the specified line attribute record from the Line_Attr table. |
![]() ![]() | Update | The Update() method updates all columns for the specified line attribute record in the Line_Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified line attribute record in the Line_Attr table. |

