Click or drag to resize

FormFlowsheetAddObject(ObjectType, Int32, Int32, String, String) Method


Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax
public ISimulationObject AddObject(
	ObjectType t,
	int xcoord,
	int ycoord,
	string id,
	string tag
)
Request Example View Source

Parameters

t  ObjectType
 
xcoord  Int32
 
ycoord  Int32
 
id  String
 
tag  String
 

Return Value

ISimulationObject

Implements

IFlowsheetAddObject(ObjectType, Int32, Int32, String, String)
See Also