FlowsheetSurface_SkiaSharpAddObjectToSurface Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public string AddObjectToSurface(
ObjectType type,
int x,
int y,
bool chemsep,
string tag = "",
string id = "",
IExternalUnitOperation uoobj = null,
bool CreateConnected = false
)
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 String
Request Example
View SourceParameters
- type ObjectType
-
- x Int32
-
- y Int32
-
- chemsep Boolean
-
- tag String (Optional)
-
- id String (Optional)
-
- uoobj IExternalUnitOperation (Optional)
-
- CreateConnected Boolean (Optional)
-
Return Value
StringSee Also