AssemblyInstance.CanRemoveElementsFromAssembly Method

AssemblyInstanceCanRemoveElementsFromAssembly Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool CanRemoveElementsFromAssembly(
	AssemblyInstance assemblyInstance,
	ICollection<ElementId> memberIds
)
Public Shared Function CanRemoveElementsFromAssembly ( 
	assemblyInstance As AssemblyInstance,
	memberIds As ICollection(Of ElementId)
) As Boolean
public:
static bool CanRemoveElementsFromAssembly(
	AssemblyInstance^ assemblyInstance, 
	ICollection<ElementId^>^ memberIds
)
static member CanRemoveElementsFromAssembly : 
        assemblyInstance : AssemblyInstance * 
        memberIds : ICollection<ElementId> -> bool 

Parameters

assemblyInstance  AssemblyInstance
 
memberIds  ICollectionElementId
 

Return Value

Boolean
See Also