CompoundStructure.GetSegmentOrientation
Method
Description:
Gets the orientation of a segment.
Gets the orientation of a segment.
Remarks:
The boundaries of the regions of a vertically compound structure consist of vertical horizontal segments.
The boundaries of the regions of a vertically compound structure consist of vertical horizontal segments.
Parameters
Parameter | Type | Description |
---|---|---|
segmentId | Int32 | The id of a segment in this CompoundStructure. |
Return Value
Type | Description |
---|---|
RectangularGridSegmentOrientation | The orientation of the specified segment. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The segment id is invalid. |
InvalidOperationException | This operation is valid only for vertically compound structures. |