RebarSpliceUtilsSpliceRebar(Document, ElementId, RebarSpliceOptions, IListRebarSpliceGeometry) Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static IList<ElementId> SpliceRebar(
Document document,
ElementId rebarIdToSplit,
RebarSpliceOptions spliceOptions,
IList<RebarSpliceGeometry> spliceGeometries
)
Public Shared Function SpliceRebar (
document As Document,
rebarIdToSplit As ElementId,
spliceOptions As RebarSpliceOptions,
spliceGeometries As IList(Of RebarSpliceGeometry)
) As IList(Of ElementId)
public:
static IList<ElementId^>^ SpliceRebar(
Document^ document,
ElementId^ rebarIdToSplit,
RebarSpliceOptions^ spliceOptions,
IList<RebarSpliceGeometry^>^ spliceGeometries
)
static member SpliceRebar :
document : Document *
rebarIdToSplit : ElementId *
spliceOptions : RebarSpliceOptions *
spliceGeometries : IList<RebarSpliceGeometry> -> IList<ElementId>
Parameters
- document Document
-
- rebarIdToSplit ElementId
-
- spliceOptions RebarSpliceOptions
-
- spliceGeometries IListRebarSpliceGeometry
-
Return Value
IListElementId
See Also