FlowsheetBaseGetFlowsheetGraphicObject Method

Returns the graphic object whose user-visible tag matches the specified value.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public IGraphicObject GetFlowsheetGraphicObject(
	string tag
)

Parameters

tag  String
The tag string to search for.

Return Value

IGraphicObject
The matching IGraphicObject, or Nothing if not found.

See Also