RebarSpliceRules Class

Describes the rules for splicing Rebar.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureRebarSpliceRules

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

The RebarSpliceRules type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyMaximumBarLength Identifies the maximum bar length. The default value is 12 meters if the document units are in Metric System, or 40 feet if the units are in Imperial System.
Public propertyMinimumBarLength Identifies the minimum bar length. The default value is 1 meter if the document units are in Metric System, or 3 feet if the units are in Imperial System.
Public propertyRunOutPosition Identifies the run-out position. The default value is RebarSpliceByRulesRunOutPosition.End.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a new instance of RebarSpliceRules with the default options.
Public methodDisposeReleases all resources used by the RebarSpliceRules
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetMaximumAndMinimumBarLength Sets the maximum and minimum bar length.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also