FlowsheetSurface_SkiaSharpAddObjectToSurface Method

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public string AddObjectToSurface(
	ObjectType type,
	int x,
	int y,
	bool chemsep,
	string tag = "",
	string id = "",
	IExternalUnitOperation uoobj = null,
	bool CreateConnected = false
)

Parameters

type  ObjectType
 
x  Int32
 
y  Int32
 
chemsep  Boolean
 
tag  String  (Optional)
 
id  String  (Optional)
 
uoobj  IExternalUnitOperation  (Optional)
 
CreateConnected  Boolean  (Optional)
 

Return Value

String

See Also