Remove the fixed direction from a segment.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public void SetSegmentVariableDirection( int iSegment )
Parameters
- iSegment Int32
- Index of the segment (0 to NumberOfSegments - 1).
Exceptions
Exception | Condition |
---|---|
ArgumentException | iSegment is not between 0 and NumberOfSegments. |