This class stores the diameter information from the RebarBarType.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.BarTypeDiameterOptions
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public class BarTypeDiameterOptions : IDisposable
The BarTypeDiameterOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BarTypeDiameterOptions() | Constructs a new BarTypeDiameterOptions with default settings. |
![]() | BarTypeDiameterOptions(RebarBarType) | Constructs a new BarTypeDiameterOptions copying the diameter information from the bar type. |
Properties
Name | Description | |
---|---|---|
![]() | BarModelDiameter | Represents the bar model diameter of the RebarBarType. |
![]() | BarNominalDiameter | Represents the bar nominal diameter of the RebarBarType. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | StandardBendDiameter | Represents the standard bar bend diameter of the RebarBarType. |
![]() | StandardHookBendDiameter | Represents the standard hook bend diameter of the RebarBarType. |
![]() | StirrupTieBendDiameter | Represents the stirrup/tie bar and hook bend diameter of the RebarBarType. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the BarTypeDiameterOptions |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |