CompoundStructure.IsRectangularRegion
Method
Description:
Determines whether the specified region is rectangular.
Determines whether the specified region is rectangular.
Parameters
Parameter | Type | Description |
---|---|---|
regionId | Int32 | The id of a region. |
Return Value
Type | Description |
---|---|
Boolean | True if the specified region is a rectangle, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | It is not a valid region id. |
InvalidOperationException | This operation is valid only for vertically compound structures. |