Component Numbers

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

Syntax

C#
public int ComponentOrder { get; set; }
Visual Basic (Declaration)
Public Property ComponentOrder As Integer
Visual C++
public:
property int ComponentOrder {
	int get ();
	void set (int value);
}

Remarks

Integer component order (1...256)

See Also