Flowsheet BaseGet Flowsheet Graphic Object 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
The matching IGraphicObject, or Nothing if not found.
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public IGraphicObject GetFlowsheetGraphicObject(
string tag
)VB
Public Function GetFlowsheetGraphicObject (
tag As String
) As IGraphicObjectParameters
- tag String
- The tag string to search for.
Return Value
IGraphicObjectThe matching IGraphicObject, or Nothing if not found.