Click or drag to resize

FlowsheetBaseAddObject(ObjectType, Int32, Int32, String) Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) 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