2027 Class
Changes 7
C

RebarCrankOverridableParameters

Description:
Class used to store the formula parameter ids defined in the RebarShape family which are associated with crank length, crank offset length, crank straight length and crank angled length parameters.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarCrankOverridableParameters
public class RebarCrankOverridableParameters : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RebarCrankOverridableParameters
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetCrankEndAngledLengthFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with end crank angled length parameters.
M GetCrankEndLengthFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with end crank length parameters.
M GetCrankEndOffsetLengthFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with end crank offset length parameters.
M GetCrankEndRatioFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with end crank ratio parameters.
M GetCrankEndStraightLengthFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with end crank straight length parameters.
M GetCrankStartAngledLengthFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with start crank angled length parameters.
M GetCrankStartLengthFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with start crank length parameters.
M GetCrankStartOffsetLengthFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with start crank offset length parameters.
M GetCrankStartRatioFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with start crank ratio parameters.
M GetCrankStartStraightLengthFormulaParams() ISet<ElementId> Gets the formula parameter ids defined in the RebarShape family which are associated with start crank straight length parameters.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.