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