FlowsheetBaseAddObjectToSurface Method |
Namespace: DWSIM.FlowsheetBaseAssembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax public string AddObjectToSurface(
ObjectType type,
int x,
int y,
string tag = "",
string id = "",
IExternalUnitOperation uoobj = null,
bool CreateConnected = false
)
Public Function AddObjectToSurface (
type As ObjectType,
x As Integer,
y As Integer,
Optional tag As String = "",
Optional id As String = "",
Optional uoobj As IExternalUnitOperation = Nothing,
Optional CreateConnected As Boolean = false
) As String
Request Example
View SourceParameters
- type ObjectType
-
- x Int32
-
- y Int32
-
- tag String (Optional)
-
- id String (Optional)
-
- uoobj IExternalUnitOperation (Optional)
-
- CreateConnected Boolean (Optional)
-
Return Value
StringSee Also