RemoveMainSubelementsFromCustomConnection Method


Structural Connection Handler Type Remove Main Subelements From Custom Connection Method

Note: This API is now obsolete.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Prefer updateCustomConnectionType instead.")]
public static void RemoveMainSubelementsFromCustomConnection(
	StructuralConnectionHandler structuralConnectionHandler,
	IList<Subelement> subelements
)

Parameters

structuralConnectionHandler StructuralConnectionHandler
subelements IList Subelement
See Also