CompoundStructure.IsSimpleRegion
Method
Description:
Determines whether the region is a simple region in this CompoundStructure.
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.
A region is simple if it rectangular and spans the height of the wall.
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. |