Revit 2026 API
Rebar |
Gets the formula parameter ids defined in the RebarShape family which are associated with start crank ratio parameters.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ISet<ElementId> GetCrankStartRatioFormulaParams()
Public Function GetCrankStartRatioFormulaParams As ISet(Of ElementId)
public: ISet<ElementId^>^ GetCrankStartRatioFormulaParams()
member GetCrankStartRatioFormulaParams : unit -> ISet<ElementId>
Return Value
ISetElementIdReturns the formula parameter ids defined in the RebarShape family which are associated with start crank ratio parameters.
See Also