Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Currently only used internally. More...
Properties | |
ITrayInfo | Tray [get] |
Tray to which the position belongs. | |
uint? | Position [get] |
Position number or null, if there is no associated position. | |
Currently only used internally.
Definition at line 50 of file ITrayInfo.cs.
|
get |
Position number or null, if there is no associated position.
Please note: In equality comparisons, this is used like a wildcard. Two ITrayVialInfo will only be considered different if the tray differ, or if both specify different non-null positions. One object with a position value compared to another object with no position value will be considered equal.
Definition at line 66 of file ITrayInfo.cs.
|
get |