Click or drag to resize

FlowsheetSurface_SkiaSharpAddObjectToSurface Method


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

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