2025.3 Class
Changes 5
C

RebarSplice

Description:
A class that can used to access the data between two connected Rebars.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarSplice
public class RebarSplice : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RebarSplice
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 GetRebarSpliceGeometry() RebarSpliceGeometry Gets the RebarSpliceGeometry.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M MoveRebarSpliceGeometry(XYZ) None Moves the RebarSpliceGeometry with the specified vector.
M RotateRebarSpliceGeometry(Line, Double) None Rotates the RebarSpliceGeometry about the given axis and angle.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P ConnectedRebarEnd int Identifies the end of the connected rebar which is part of this splice - 0 for start, 1 for end.
P ConnectedRebarId ElementId Identifies the connected rebar id of this rebar splice object.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P SourceRebarEnd int Identifies the end of the source rebar which is part of this rebar splice - 0 for start, 1 for end. The source rebar is the one from which this rebar splice was obtained.
P SourceRebarId ElementId Identifies the source of the target rebar which is part of this rebar splice. The source rebar is the one from which this rebar splice was obtained.
P SplicePosition RebarSplicePosition Identifies the splice position.
P SpliceTypeId ElementId Identifies the id of the Rebar Splice Type.