HostGetNewInspectorItem Method |
Namespace: DWSIM.InspectorAssembly: DWSIM.Inspector (in DWSIM.Inspector.dll) Version: 8.8.1.0 (8.8.1.0)
Syntax public static InspectorItem GetNewInspectorItem(
string memberName = "",
string fileName = "",
int lineNumber = 0
)
Public Shared Function GetNewInspectorItem (
Optional memberName As String = "",
Optional fileName As String = "",
Optional lineNumber As Integer = 0
) As InspectorItem
Request Example
View SourceParameters
- memberName String (Optional)
-
- fileName String (Optional)
-
- lineNumber Int32 (Optional)
-
Return Value
InspectorItemSee Also