Revit 2026 API
Filled |
Checks if the id is valid for a background pattern
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValidSolidFillPatternId( ElementId patternId )
Public Function IsValidSolidFillPatternId ( patternId As ElementId ) As Boolean
public: bool IsValidSolidFillPatternId( ElementId^ patternId )
member IsValidSolidFillPatternId : patternId : ElementId -> bool
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also