<Code Lib>
2022 Method
Changes 0
M

CompoundStructure.GetSegmentOrientation

Description:
Gets the orientation of a segment.
Remarks:
The boundaries of the regions of a vertically compound structure consist of vertical horizontal segments.

public RectangularGridSegmentOrientation GetSegmentOrientation(
	int segmentId
)

  • Int32
    segmentId
    The id of a segment in this CompoundStructure.
Return Value RectangularGridSegmentOrientation The orientation of the specified segment.

Loading…