Share

FilledRegionType.IsValidBackgroundPatternId Method

Check if the id is valid for a background pattern


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

Syntax

C#

public bool IsValidBackgroundPatternId(
	ElementId patternId
)

Parameters

patternId  ElementId
Element id of the FillPatternElement

Return Value

Boolean
False if the FillPatternElement is a model pattern. True otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

The FillPatternElement must be a 'Drafting' pattern.

See Also

Reference

Was this information helpful?