Share

View.GetElementOverrides Method

Gets graphic overrides for an element in the view.


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

Syntax

C#

public OverrideGraphicSettings GetElementOverrides(
	ElementId elementId
)

Parameters

elementId  ElementId
The element.

Return Value

OverrideGraphicSettings
An object representing all graphic overrides of the element elementId in view.

Exceptions

ExceptionCondition
ArgumentException elementId is not a valid Element identifier.
ArgumentNullException A non-optional argument was null
InvalidOperationException The element "this View" does not belong to a project document. -or- The view type does not support Visibility/Graphics Overriddes.

See Also

Reference

Was this information helpful?