<Code Lib>
2023 Method
Changes 2
M

StructuralConnectionHandlerType.RemoveMainSubelementsFromCustomConnection

Description:
Removes one or more subelements from a StructuralConnectionHandlerType. The subelements will be erased.

public static void RemoveMainSubelementsFromCustomConnection(
	StructuralConnectionHandler structuralConnectionHandler,
	IList<Subelement> subelements
)

  • structuralConnectionHandler
    The existing StructuralConnectionHandler having custom StructuralConnectionHandlerType which is about to be modified.
  • IList<Subelement>
    subelements
    The main Subelements of input StructuralConnectionHandler which are to be used to modify custom StructuralConnectionHandlerType.

Loading…