Convert a 64-bit HID to a text desciption of the trixel.

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

Syntax

C#
public static int ToName(
	char[] name,
	long hid
)
Visual C++
public:
static int ToName(
	array<wchar_t>^ name, 
	long long hid
)
F#
static member ToName : 
        name:char[] * 
        hid:int64 -> int 

Parameters

name
Type: array<System..::..Char>[]()[][]
An array of HtmTrixel.eMaxNameSize (a const in this class) character The array is null terminated.
hid
Type: System..::..Int64
The HID

Return Value

The number of significant characters in name[]

See Also