Click or drag to resize

FlowsheetBaseAddObject(String, Int32, Int32, String, String, Boolean) Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax
public ISimulationObject AddObject(
	string typename,
	int x,
	int y,
	string tag = "",
	string id = "",
	bool CreateConnected = false
)
Request Example View Source

Parameters

typename  String
 
x  Int32
 
y  Int32
 
tag  String  (Optional)
 
id  String  (Optional)
 
CreateConnected  Boolean  (Optional)
 

Return Value

ISimulationObject
See Also