Stereo property
Namespace:
Hyleos.Chemistry| Value | Definition |
|---|---|
| 0 | None |
| 1 | Up |
| 2 | Down |
| 3 | Unknown - Either (Up or Down) |
| 4 | Cis |
| 5 | Trans |
| 6 | up or unspecified |
| 7 | down or unspecified |
| 8 | Any |
| 9 | Cis or Trans |
Assembly: Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public byte Stereo { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Stereo As Byte |
| Visual C++ |
|---|
public: property unsigned char Stereo { unsigned char get (); void set (unsigned char value); } |