TypeBrowserModel Constructor |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public TypeBrowserModel(
List<Object> rootobjs,
List<string> names
)
Public Sub New (
rootobjs As List(Of Object),
names As List(Of String)
)
Request Example
View SourceParameters
- rootobjs ListObject
-
- names ListString
-
See Also