Checks if the id is valid for a background pattern
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2024
Syntax
C# |
---|
public bool IsValidSolidFillPatternId(
ElementId patternId
) |
Visual Basic |
---|
Public Function IsValidSolidFillPatternId ( _
patternId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
bool IsValidSolidFillPatternId(
ElementId^ patternId
) |
Return Value
False if in a family and the id is a solid fill pattern and 'isMasking' is masking is false.
True otherwise.
Exceptions
See Also