RebarCrankOverridableParameters Class

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
SystemObject
  Autodesk.Revit.DB.StructureRebarCrankOverridableParameters

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class RebarCrankOverridableParameters : IDisposable

The RebarCrankOverridableParameters type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the RebarCrankOverridableParameters
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCrankEndAngledLengthFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with end crank angled length parameters.
Public methodGetCrankEndLengthFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with end crank length parameters.
Public methodGetCrankEndOffsetLengthFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with end crank offset length parameters.
Public methodGetCrankEndRatioFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with end crank ratio parameters.
Public methodGetCrankEndStraightLengthFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with end crank straight length parameters.
Public methodGetCrankStartAngledLengthFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with start crank angled length parameters.
Public methodGetCrankStartLengthFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with start crank length parameters.
Public methodGetCrankStartOffsetLengthFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with start crank offset length parameters.
Public methodGetCrankStartRatioFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with start crank ratio parameters.
Public methodGetCrankStartStraightLengthFormulaParams Gets the formula parameter ids defined in the RebarShape family which are associated with start crank straight length parameters.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also