Flowsheet Surface_ Skia SharpAdd Object To Surface Method
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public string AddObjectToSurface(
ObjectType type,
int x,
int y,
bool chemsep,
string tag = "",
string id = "",
IExternalUnitOperation uoobj = null,
bool CreateConnected = false
)VB
Public Function AddObjectToSurface (
type As ObjectType,
x As Integer,
y As Integer,
chemsep As Boolean,
Optional tag As String = "",
Optional id As String = "",
Optional uoobj As IExternalUnitOperation = Nothing,
Optional CreateConnected As Boolean = false
) As StringParameters
- type ObjectType
- x Int32
- y Int32
- chemsep Boolean
- tag String (Optional)
- id String (Optional)
- uoobj IExternalUnitOperation (Optional)
- CreateConnected Boolean (Optional)