Removes the splice relation at the specified end and all the Rebar Constraints involved in splice.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void RemoveSplice(
int barEnd
)
Public Sub RemoveSplice (
barEnd As Integer
)
public:
void RemoveSplice(
int barEnd
)
member RemoveSplice :
barEnd : int -> unit
Parameters
- barEnd Int32
-
The end where the splice is to be removed - 0 for start, 1 for end.
Exceptions
See Also