FailuresAccessor.IsElementsDeletionPermitted(IList<ElementId>, String) Method

FailuresAccessorIsElementsDeletionPermitted(IListElementId, String) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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

Boolean
See Also