FlowsheetBaseAddObject(String, Int32, Int32, String, String, Boolean) Method | 
Namespace: DWSIM.FlowsheetBaseAssembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntaxpublic ISimulationObject AddObject(
	string typename,
	int x,
	int y,
	string tag = "",
	string id = "",
	bool CreateConnected = false
)
Public Function AddObject ( 
	typename As String,
	x As Integer,
	y As Integer,
	Optional tag As String = "",
	Optional id As String = "",
	Optional CreateConnected As Boolean = false
) As ISimulationObject
 Request Example
		View SourceParameters
- typename  String
 -  
 - x  Int32
 -  
 - y  Int32
 -  
 - tag  String  (Optional)
 -  
 - id  String  (Optional)
 -  
 - CreateConnected  Boolean  (Optional)
 -  
 
Return Value
ISimulationObject
See Also