<Code Lib>
2026 Method
Changes 4
M

FilledRegionType.IsValidFillPatternId

Description:
Check if the id is a FillPatternElement or an invalidElementId

public bool IsValidFillPatternId(
	ElementId patternId
)

  • patternId
    Element id of the FillPatternElement
Return Value Boolean True if the id is InvalidElementId, or if the element is a FillPatternElement. False otherwise.

Loading…