Click or drag to resize

InspectorExtensionsSetCurrent Method


Namespace: DWSIM.Inspector
Assembly: DWSIM.Inspector (in DWSIM.Inspector.dll) Version: 8.8.1.0 (8.8.1.0)
Syntax
public static void SetCurrent(
	this InspectorItem ii
)
Request Example View Source

Parameters

ii  InspectorItem
 

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type InspectorItem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also