Click or drag to resize

FormFlowsheetAddObject(ObjectType, Int32, Int32, 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 tag
)
Request Example View Source

Parameters

t  ObjectType
 
xcoord  Int32
 
ycoord  Int32
 
tag  String
 

Return Value

ISimulationObject

Implements

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