public static final class ElementsDeleteElementRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ElementsDeleteElementResponse |
call(OnshapeDocument document) |
Calls deleteElement method, Delete an element from a document.
|
ElementsDeleteElementResponse |
call(String did,
String wid,
String eid) |
Calls deleteElement method, Delete an element from a document.
|
public final ElementsDeleteElementResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final ElementsDeleteElementResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.