<Code Lib>
2024 Method
Changes 4
M

FilledRegionType.IsValidSolidFillPatternId

Description:
Checks if the id is valid for a background pattern

public bool IsValidSolidFillPatternId(
	ElementId patternId
)

Return Value bool False if in a family and the id is a solid fill pattern and 'isMasking' is masking is false. True otherwise.

Loading…