StructuralConnectionHandlerType.RemoveMainSubelementsFromCustomConnection
Description:
Removes one or more subelements from a StructuralConnectionHandlerType. The subelements will be erased.
Removes one or more subelements from a StructuralConnectionHandlerType. The subelements will be erased.
public static void RemoveMainSubelementsFromCustomConnection(
StructuralConnectionHandler structuralConnectionHandler,
IList<Subelement> subelements
)
-
structuralConnectionHandlerThe existing StructuralConnectionHandler having custom StructuralConnectionHandlerType which is about to be modified.
-
IList<Subelement>subelementsThe main Subelements of input StructuralConnectionHandler which are to be used to modify custom StructuralConnectionHandlerType.
-
Input StructuralConnectionHandler must have custom type. -or- All the input Subelements must belong to input StructuralConnectionHandler. After modification of StructuralConnectionHandlerType there must remain at least one subelement of structural connections category in StructuralConnectionHandler.
-
A non-optional argument was NULL