Share

Category.GetGraphicsStyle Method

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


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

Syntax

C#

public GraphicsStyle GetGraphicsStyle(
	GraphicsStyleType graphicsStyleType
)

Parameters

graphicsStyleType  GraphicsStyleType
The type of graphics style.

Return Value

GraphicsStyle

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when the input argument-"graphicsStyleType"-is out of range.

See Also

Reference

Was this information helpful?