Revit 2026 API
Curve |
Ids of all line style Elements that are applicable to this curve element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetLineStyleIds()
Public Function GetLineStyleIds As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetLineStyleIds()
member GetLineStyleIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdA collection of Ids of line style elements.

The elements are of the [!:Autodesk::Revit::DB::GraphicsStyle] class.
See Also