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