Form FlowsheetDelete Object Method
Finds the flowsheet graphic object with the given tag and delegates to DeleteSelectedObject(Object, EventArgs, GraphicObject, Boolean, Boolean).
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void DeleteObject(
string tag,
bool confirmation = true
)VB
Public Sub DeleteObject (
tag As String,
Optional confirmation As Boolean = true
)