FlowsheetBaseAddObject(ObjectType, Int32, Int32, String, String) Method | 
Namespace: DWSIM.FlowsheetBaseAssembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntaxpublic ISimulationObject AddObject(
	ObjectType t,
	int xcoord,
	int ycoord,
	string id,
	string tag
)
Public Function AddObject ( 
	t As ObjectType,
	xcoord As Integer,
	ycoord As Integer,
	id As String,
	tag As String
) As ISimulationObject
 Request Example
		View SourceParameters
- t  ObjectType
 -  
 - xcoord  Int32
 -  
 - ycoord  Int32
 -  
 - id  String
 -  
 - tag  String
 -  
 
Return Value
ISimulationObjectImplements
IFlowsheetAddObject(ObjectType, Int32, Int32, String, String)
See Also