RebarSplice
A class that can used to access the data between two connected Rebars.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Structure.RebarSplice
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class RebarSplice : IDisposable
The RebarSplice type exposes the following members.
Properties
Name
Description
Public Property
ConnectedRebarEnd
Identifies the end of the connected rebar which is part of this splice - 0 for start, 1 for end.
Public Property
ConnectedRebarId
Identifies the connected rebar id of this rebar splice object.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
SourceRebarEnd
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.
Public Property
SourceRebarId
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.
Public Property
SplicePosition
Identifies the splice position.
Public Property
SpliceTypeId
Identifies the id of the Rebar Splice Type.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the RebarSplice
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetRebarSpliceGeometry
Gets the RebarSpliceGeometry.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
MoveRebarSpliceGeometry
Moves the RebarSpliceGeometry with the specified vector.
Public Method
RotateRebarSpliceGeometry
Rotates the RebarSpliceGeometry about the given axis and angle.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)