RebarCrankOverridableParameters.GetCrankEndLengthFormulaParams Method

RebarCrankOverridableParametersGetCrankEndLengthFormulaParams Method

Gets the formula parameter ids defined in the RebarShape family which are associated with end crank length parameters.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ISet<ElementId> GetCrankEndLengthFormulaParams()
Public Function GetCrankEndLengthFormulaParams As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetCrankEndLengthFormulaParams()
member GetCrankEndLengthFormulaParams : unit -> ISet<ElementId> 

Return Value

ISetElementId
Returns the formula parameter ids defined in the RebarShape family which are associated with end crank length parameters.
See Also