FormFlowsheetAddObject(ObjectType, Int32, Int32, String, String) Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public 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