ViewGetColorFillSchemeId Method

Returns id of the color fill scheme element applied to the view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId GetColorFillSchemeId(
	ElementId categoryId
)

Parameters

categoryId  ElementId
The id of the category which the color fill scheme element belongs to.

Return Value

ElementId
The id of the color fill scheme element.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also