RVTDocs.com

CompoundStructure.IsSimpleRegion

Method
Description:
Determines whether the region is a simple region in this CompoundStructure.
Remarks:
A region is simple if it rectangular and spans the height of the wall.
Syntax
public bool IsSimpleRegion(
	int regionId
)
Parameters
Parameter Type Description
regionId Int32 The id of a region in this vertically compound structure.
Return Value
Type Description
Boolean True if the region is simple, false otherwise.
Exceptions
Exception Condition
ArgumentException It is not a valid region id.
InvalidOperationException This operation is valid only for vertically compound structures.