Click or drag to resize

IFlowsheetAddObject(ObjectType, Int32, Int32, String, String) Method


Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.4.5.0
Syntax
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
See Also