Form FlowsheetGet Flowsheet Graphic Object 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
The matching GraphicObject, or Nothing if not found.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public GraphicObject GetFlowsheetGraphicObject(
string tag
)VB
Public Function GetFlowsheetGraphicObject (
tag As String
) As GraphicObjectParameters
- tag String
- The tag to search for.
Return Value
GraphicObjectThe matching GraphicObject, or Nothing if not found.