Sets a new distribution path to be applied to the rebar. This information is set to the rebar after the API execution is finished successfully.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void SetDistributionPath( IList<Curve> path )
Parameters
- path IList<Curve>
- Input curves that describe the new path.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |