Form FlowsheetSearch Surface Objects By Tag Method
Searches the specified drawing surface for a graphic object whose user-visible tag matches exactly.
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 static GraphicObject SearchSurfaceObjectsByTag(
string Name,
GraphicsSurface Surface
)VB
Public Shared Function SearchSurfaceObjectsByTag (
Name As String,
Surface As GraphicsSurface
) As GraphicObjectParameters
- Name String
- The tag string to search for.
- Surface GraphicsSurface
- The drawing surface to search.
Return Value
GraphicObjectThe matching GraphicObject, or Nothing if not found.