SurfaceBackgroundPatternId Property
The ElementId of the surface background fill pattern override. A value of InvalidElementId means no override is set.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2019

Syntax

C#
public ElementId SurfaceBackgroundPatternId { get; }
Visual Basic
Public ReadOnly Property SurfaceBackgroundPatternId As ElementId
	Get
Visual C++
public:
property ElementId^ SurfaceBackgroundPatternId {
	ElementId^ get ();
}

See Also