Get / Set sample number properties

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

Syntax

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

Remarks

Default value is 1

See Also