 | RackItem Property |
find rack or child rack with labware id
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic Rack this[
string id
] { get; }
Public ReadOnly Default Property Item (
id As String
) As Rack
Get
public:
property Rack^ default[String^ id] {
Rack^ get (String^ id);
}
member Item : Rack with get
Parameters
- id
- Type: SystemString
Return Value
Type:
Rack
See Also