Share

RebarShapeDefinitionBySegments.SetSegmentVariableDirection Method

Remove the fixed direction from a segment.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetSegmentVariableDirection(
	int iSegment
)

Parameters

iSegment  Int32
Index of the segment (0 to NumberOfSegments - 1).

Exceptions

ExceptionCondition
ArgumentException iSegment is not between 0 and NumberOfSegments.

Remarks

The segment's angle will be allowed to vary, with a range of 90 degrees. The segment must have at least two constraints.

See Also

Reference

Was this information helpful?