GraphicsStyle.GraphicsStyleCategory Property

GraphicsStyleGraphicsStyleCategory Property

The graphics style category.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Category GraphicsStyleCategory { get; }
Public ReadOnly Property GraphicsStyleCategory As Category
	Get
public:
property Category^ GraphicsStyleCategory {
	Category^ get ();
}
member GraphicsStyleCategory : Category with get

Property Value

Category
See Also