2024 Method
Changes 0
M

AssemblyInstance.CanRemoveElementsFromAssembly

Description:
Identifies if provided assembly members can be removed from the assembly instance.
public static bool CanRemoveElementsFromAssembly(
	AssemblyInstance assemblyInstance,
	ICollection<ElementId> memberIds
)
Return Value bool True if all member ids are valid, false otherwise.