IFlowsheetAddObject(ObjectType, Int32, Int32, String) Method

Definition

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
ISimulationObject AddObject(
	ObjectType t,
	int xcoord,
	int ycoord,
	string tag
)

Parameters

t  ObjectType
 
xcoord  Int32
 
ycoord  Int32
 
tag  String
 

Return Value

ISimulationObject

See Also