Share

Material.SurfaceForegroundPatternId Property

The id of the FillPatternElement used as the foreground pattern of faces with this material in normal views.


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

Syntax

C#

public ElementId SurfaceForegroundPatternId { get; set; }

Property Value

ElementId

Exceptions

ExceptionCondition
ArgumentException When setting this property: The element id must represent a valid FillPatternElement.
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

The FillPattern used for a surface foreground pattern can have a 'Drafting' or a 'Model' target.

See Also

Reference

Was this information helpful?