Retrieves the line weight assigned to the category for the given graphics style type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int? GetLineWeight(
GraphicsStyleType graphicsStyleType
)
Parameters
- graphicsStyleType GraphicsStyleType
- The type of graphics style.
Return Value
Nullable<Int32>
Exceptions
See Also
Reference