Check if the id is valid for a foreground pattern
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsValidForegroundPatternId( ElementId patternId )
Parameters
- patternId ElementId
- Element id of the FillPatternElement
Return Value
BooleanFalse if in a family, and the id is a FillPatternElement that targets 'Drafting'. True otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |