2026 Class
Changes 5
C

RebarSpliceRules

Description:
Describes the rules for splicing Rebar.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarSpliceRules
public class RebarSpliceRules : IDisposable
Name Return Type Description Inherited From
M Create(Document) RebarSpliceRules Creates a new instance of RebarSpliceRules with the default options.
M Dispose() None Releases all resources used by the RebarSpliceRules
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
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 SetMaximumAndMinimumBarLength(Double, Double) None Sets the maximum and minimum bar length.
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.
P MaximumBarLength double 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.
P MinimumBarLength double 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.
P RunOutPosition RebarSpliceByRulesRunOutPosition Identifies the run-out position. The default value is RebarSpliceByRulesRunOutPosition.End.