AssemblyInstance.CanRemoveElementsFromAssembly
Description:
Identifies if provided assembly members can be removed from the assembly instance.
Identifies if provided assembly members can be removed from the assembly instance.
public static bool CanRemoveElementsFromAssembly(
AssemblyInstance assemblyInstance,
ICollection<ElementId> memberIds
)
-
assemblyInstanceThe assembly instance to remove elements from.
-
ICollection<ElementId>memberIdsElement ids to be tested for validity to remove from the assembly instance.
-
A non-optional argument was null