SizeInBytes Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets the size of a Particle structure in bytes.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static int SizeInBytes { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property SizeInBytes As Integer
Visual C++
public:
static property int SizeInBytes {
	int get ();
}

See Also