Category.GetLinePatternId Method

Gets the line pattern id associated with this category for the given graphics style type.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public ElementId GetLinePatternId(
	GraphicsStyleType graphicsStyleType
)

Parameters

graphicsStyleType  GraphicsStyleType
The type of graphics style.

Return Value

ElementId
Returns the line pattern id associated with this category for the given graphics style type.

Remarks

See Also

Reference

Category Class
Autodesk.Revit.DB Namespace