RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Category

Category.GetGraphicsStyle

Method
Description:
Gets the graphics style associated with this category for the given graphics style type.
Syntax
public GraphicsStyle GetGraphicsStyle(
	GraphicsStyleType graphicsStyleType
)
Parameters
Parameter Type Description
graphicsStyleType GraphicsStyleType The type of graphics style.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when the input argument-"graphicsStyleType"-is out of range.