Return the current level of trixels in the current state of the covermap. Levels run from 0 to 24.

Namespace: Spherical.Htm
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public int GetLevel { get; }
Visual C++
public:
property int GetLevel {
	int get ();
}
F#
member GetLevel : int

Return Value

level number

See Also