Namespace: DWSIM.InspectorAssembly: DWSIM.Inspector (in DWSIM.Inspector.dll) Version: 8.8.1.0 (8.8.1.0)
Syntax public static void CheckAndAdd(
InspectorItem ii,
string callingmethod,
string method,
string name,
string description,
bool current = false
)
Public Shared Sub CheckAndAdd (
ii As InspectorItem,
callingmethod As String,
method As String,
name As String,
description As String,
Optional current As Boolean = false
)
Request Example
View SourceParameters
- ii InspectorItem
-
- callingmethod String
-
- method String
-
- name String
-
- description String
-
- current Boolean (Optional)
-
See Also