FormFlowsheetGetFlowsheetGraphicObject Method

Returns the graphic object on the flowsheet surface whose tag matches the specified value (case-insensitive), excluding connector lines.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public GraphicObject GetFlowsheetGraphicObject(
	string tag
)

Parameters

tag  String
The tag to search for.

Return Value

GraphicObject
The matching GraphicObject, or Nothing if not found.

See Also