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: 22.0.0.0 (22.1.0.0)
Since:
2018
Syntax
C# |
---|
public void SetDistributionPath(
IList<Curve> path
) |
Visual Basic |
---|
Public Sub SetDistributionPath ( _
path As IList(Of Curve) _
) |
Visual C++ |
---|
public:
void SetDistributionPath(
IList<Curve^>^ path
) |
Parameters
- path
- Type: System.Collections.Generic..::..IList<(Of <(<'Curve>)>)>
Input curves that describe the new path.
Remarks
Exceptions
See Also