Checks if the id is valid for a background pattern
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidSolidFillPatternId( ElementId patternId )
Parameters
- patternId ElementId
- Element id of the FillPatternElement
Return Value
BooleanFalse if in a family and the id is a solid fill pattern and 'isMasking' is masking is false. True otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
