RVTDocs.com

CompoundStructure.SetExtendableRegionIds

Method
Description:
Sets the extendable region ids for the compound structure.
Remarks:
Regions along the top or bottom of the wall may be set to be extendable.
Syntax
public void SetExtendableRegionIds(
	bool top,
	IList<int> regionIds
)
Parameters
Parameter Type Description
top Boolean If true, set ids of regions which are extendable at the top, otherwise set the ids of regions which are extendable at the bottom.
regionIds IList The ids of regions which will be extendable.
Return Value
Exceptions
Exception Condition
ArgumentException The region ids are not valid.
ArgumentNullException A non-optional argument was null
InvalidOperationException This operation is valid only for vertically compound structures.