Revit 2025.3 API
Structural |
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static void RemoveMainSubelementsFromCustomConnection( StructuralConnectionHandler structuralConnectionHandler, IList<Subelement> subelements )
Public Shared Sub RemoveMainSubelementsFromCustomConnection ( structuralConnectionHandler As StructuralConnectionHandler, subelements As IList(Of Subelement) )
public: static void RemoveMainSubelementsFromCustomConnection( StructuralConnectionHandler^ structuralConnectionHandler, IList<Subelement^>^ subelements )
static member RemoveMainSubelementsFromCustomConnection : structuralConnectionHandler : StructuralConnectionHandler * subelements : IList<Subelement> -> unit
Parameters
- structuralConnectionHandler StructuralConnectionHandler
- subelements IListSubelement
See Also