FlowsheetSurface_SkiaSharpAddObject Method

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public IGraphicObject AddObject(
	string objname,
	int x,
	int y,
	SimulationObjectClass cl = SimulationObjectClass.Other,
	bool CreateConnected = false
)

Parameters

objname  String
 
x  Int32
 
y  Int32
 
cl  SimulationObjectClass  (Optional)
 
CreateConnected  Boolean  (Optional)
 

Return Value

IGraphicObject

See Also