C-DEngine 5.105

TheChartData..::..BlockNo Property

If the chart data is part of a bigger storage table, this value contains the virtual block number in the storage

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int BlockNo { get; set; }
Public Property BlockNo As Integer
	Get
	Set
public:
property int^ BlockNo {
	int^ get ();
	void set (int^ value);
}