C-DEngine 5.105

TheMeshInfo..::..TotalMeshSize Property

This number includes all nodes in a mesh including localhost and cloudroutes

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

Syntax


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