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