<Code Lib>
2027 Method
Changes 0
M

DeleteElements.Create(Document, ElementId)

Description:
Creates an instance of the DeleteElements resolution.
Overloads (3):
Create(Document,ElementId)

public static FailureResolution Create(
	Document document,
	ElementId id
)

  • document
    The document which owns the element to delete.
  • id
    The id of the element that will be deleted when this resolution is chosen.
Return Value FailureResolution The instance of the DeletedElements resolution.

Loading…