Revit 2026 API
Failures |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsElementsDeletionPermitted( IList<ElementId> idsToDelete, out string reason )
Public Function IsElementsDeletionPermitted ( idsToDelete As IList(Of ElementId), <OutAttribute> ByRef reason As String ) As Boolean
public: bool IsElementsDeletionPermitted( IList<ElementId^>^ idsToDelete, [OutAttribute] String^% reason )
member IsElementsDeletionPermitted : idsToDelete : IList<ElementId> * reason : string byref -> bool
Parameters
- idsToDelete IListElementId
- reason String
Return Value
BooleanSee Also