RebarCurvesData.SetDistributionPath Method

RebarCurvesDataSetDistributionPath Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetDistributionPath(
	IList<Curve> path
)
Public Sub SetDistributionPath ( 
	path As IList(Of Curve)
)
public:
void SetDistributionPath(
	IList<Curve^>^ path
)
member SetDistributionPath : 
        path : IList<Curve> -> unit 

Parameters

path  IListCurve
 
See Also