FormFlowsheetDeleteObject 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
public void DeleteObject(
	string tag,
	bool confirmation = true
)

Parameters

tag  String
The tag of the object to delete.
confirmation  Boolean  (Optional)
When True (default), shows a confirmation dialog before deleting.

See Also