AssemblyInstanceCanRemoveElementsFromAssembly Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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