RVTDocs.com

RebarSpliceRules

Class
Description:
Describes the rules for splicing Rebar.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarSpliceRules
Syntax
public class RebarSpliceRules : IDisposable
RebarSpliceRules Class Members:
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
MaximumBarLength 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.
MinimumBarLength 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.
RunOutPosition Identifies the run-out position. The default value is RebarSpliceByRulesRunOutPosition.End.
Name Description Inherited From
Create Creates a new instance of RebarSpliceRules with the default options.
Dispose Releases all resources used by the RebarSpliceRules
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
SetMaximumAndMinimumBarLength Sets the maximum and minimum bar length.
ToString Returns a string that represents the current object. (Inherited from Object ) Object