Revit 2025 API
Rebar |
The distribution path of a rebar set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Line GetDistributionPath()
Public Function GetDistributionPath As Line
public: Line^ GetDistributionPath()
member GetDistributionPath : unit -> Line
Return Value
LineA line beginning at (0, 0, 0) and representing the direction and length of the set.
See Also