IFlowsheetAddObject(ObjectType, Int32, Int32, String, String) Method |
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax ISimulationObject AddObject(
ObjectType t,
int xcoord,
int ycoord,
string id,
string tag
)
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
ISimulationObjectSee Also