Second Atom of the bond
Namespace:
Hyleos.Chemistry
Assembly:
Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public Atom Atom2 { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Atom2 As Atom |
| Visual C++ |
|---|
public:
property Atom^ Atom2 {
Atom^ get ();
void set (Atom^ value);
} |
See Also