GridSegmentDirection Enumeration

Specify one of the four adjacent segments to a GridNode. See DividedSurface.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum GridSegmentDirection
Members
Member nameValueDescription
NegativeU1 
NegativeV3 
PositiveU0 
PositiveV2 
See Also