CategoryGetLineWeight Method

Retrieves the line weight assigned to the category for the given graphics style type.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int? GetLineWeight(
	GraphicsStyleType graphicsStyleType
)

Parameters

graphicsStyleType  GraphicsStyleType
The type of graphics style.

Return Value

NullableInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the input argument-"graphicsStyleType"-is out of range.
See Also