RebarCrankOverridableParametersGetCrankStartStraightLengthFormulaParams Method |
Gets the formula parameter ids defined in the RebarShape family which are associated with start crank straight length parameters.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ISet<ElementId> GetCrankStartStraightLengthFormulaParams()
Public Function GetCrankStartStraightLengthFormulaParams As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetCrankStartStraightLengthFormulaParams()
member GetCrankStartStraightLengthFormulaParams : unit -> ISet<ElementId>
Return Value
ISetElementId
Returns the formula parameter ids defined in the RebarShape family which are associated with start crank straight length parameters.
See Also