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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:  2019

Syntax

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

See Also