Creates an instance of the DeleteElements resolution.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static FailureResolution Create(
Document document,
ISet<ElementId> ids
)
Parameters
- document Document
-
The document which owns the elements to delete.
- ids ISet<ElementId>
-
The ids of the elements that will be deleted when this resolution is chosen.
Return Value
FailureResolution
The instance of the DeleteElements resolution.
Exceptions
See Also
Reference