The orientation type of rectangular grid segment.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum RectangularGridSegmentOrientation
Members
| Member name | Value | Description |
|---|
| Horizontal | 1 |
A horizontal GridSegment
|
| Vertical | 0 |
A vertical GridSegment
|
See Also
Reference