Returns id of the color fill scheme element applied to the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public ElementId GetColorFillSchemeId( ElementId categoryId )
Parameters
- categoryId ElementId
- The id of the category which the color fill scheme element belongs to.
Return Value
ElementIdThe id of the color fill scheme element.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |