Gets the orientation of a segment.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public RectangularGridSegmentOrientation GetSegmentOrientation(
int segmentId
)
Parameters
- segmentId Int32
-
The id of a segment in this CompoundStructure.
Return Value
RectangularGridSegmentOrientation
The orientation of the specified segment.
Exceptions
Remarks
The boundaries of the regions of a vertically compound structure consist of vertical
horizontal segments.
See Also
Reference