FormFlowsheetSearchSurfaceObjectsByName Method

Searches the specified drawing surface for a graphic object whose internal name matches exactly.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public static GraphicObject SearchSurfaceObjectsByName(
	string Name,
	GraphicsSurface Surface
)

Parameters

Name  String
The unique internal name to search for.
Surface  GraphicsSurface
The drawing surface to search.

Return Value

GraphicObject
The matching GraphicObject, or Nothing if not found.

See Also