Returns complement value

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public string Complement { get; set; }
Visual Basic (Declaration)
Public Property Complement As String
Visual C++
public:
property String^ Complement {
	String^ get ();
	void set (String^ value);
}

Remarks

Label used to replace Atomic Symbol Mainly used in MDL format to render group like -COOH, ...

See Also