Returns the level number of an HtmID

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

Syntax

C#
public static int LevelOfHid(
	long htmid
)
Visual C++
public:
static int LevelOfHid(
	long long htmid
)
F#
static member LevelOfHid : 
        htmid:int64 -> int 

Parameters

htmid
Type: System..::..Int64
The HtmID

Return Value

The level number or -1

See Also