Gets the custom distribution path for free form rebar set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public IList<Curve> GetCustomDistributionPath()
Return Value
IList<Curve>Returns an array of curves that represent the distribution path.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This RebarFreeFormAccessor doesn't contain a valid rebar reference. -or- This RebarFreeFormAccessor Rebar doesn't contain a valid server GUID. |