RebarSpliceUtilsSpliceRebar(Document, ElementId, RebarSpliceOptions, IListRebarSpliceGeometry) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IList<ElementId> SpliceRebar(
	Document document,
	ElementId rebarIdToSplit,
	RebarSpliceOptions spliceOptions,
	IList<RebarSpliceGeometry> spliceGeometries
)

Parameters

document  Document
 
rebarIdToSplit  ElementId
 
spliceOptions  RebarSpliceOptions
 
spliceGeometries  IListRebarSpliceGeometry
 

Return Value

IListElementId
See Also