Click or drag to resize

HostGetNewInspectorItem Method


Namespace: DWSIM.Inspector
Assembly: 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
)
Request Example View Source

Parameters

memberName  String  (Optional)
 
fileName  String  (Optional)
 
lineNumber  Int32  (Optional)
 

Return Value

InspectorItem
See Also