2027 Constructor
Changes 0
C

StructuralWallUsageFilter(StructuralWallUsage, Boolean)

Description:
Constructs a new instance of a filter to match walls that have the given structural wall usage, with the option to match all walls which are not of the given structural wall usage.
Overloads (2):
StructuralWallUsageFilter(StructuralWallUsage,Boolean)
public StructuralWallUsageFilter(
	StructuralWallUsage structuralWallUsage,
	bool inverted
)
  • structuralWallUsage
    The structural usage to match.
  • Boolean
    inverted
    True if the filter should match all walls which are not of the given structural wall usage.