StructuralConnectionHandlerType.AddElementsToCustomConnection Method

StructuralConnectionHandlerTypeAddElementsToCustomConnection Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static void AddElementsToCustomConnection(
	StructuralConnectionHandler structuralConnectionHandler,
	IList<Reference> references
)
Public Shared Sub AddElementsToCustomConnection ( 
	structuralConnectionHandler As StructuralConnectionHandler,
	references As IList(Of Reference)
)
public:
static void AddElementsToCustomConnection(
	StructuralConnectionHandler^ structuralConnectionHandler, 
	IList<Reference^>^ references
)
static member AddElementsToCustomConnection : 
        structuralConnectionHandler : StructuralConnectionHandler * 
        references : IList<Reference> -> unit 

Parameters

structuralConnectionHandler  StructuralConnectionHandler
 
references  IListReference
 
See Also