RebarSplice Class

A class that can used to access the data between two connected Rebars.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureRebarSplice

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
 NameDescription
Public propertyConnectedRebarEnd Identifies the end of the connected rebar which is part of this splice - 0 for start, 1 for end.
Public propertyConnectedRebarId Identifies the connected rebar id of this rebar splice object.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertySourceRebarEnd 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 propertySourceRebarId 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 propertySplicePosition Identifies the splice position.
Public propertySpliceTypeId Identifies the id of the Rebar Splice Type.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the RebarSplice
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 methodGetRebarSpliceGeometry Gets the RebarSpliceGeometry.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMoveRebarSpliceGeometry Moves the RebarSpliceGeometry with the specified vector.
Public methodRotateRebarSpliceGeometry Rotates the RebarSpliceGeometry about the given axis and angle.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also