Get the covermap as list of trixels the machine in the current state.

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

Syntax

C#
public List<long> GetTrixels(
	Markup kind
)
Visual C++
public:
List<long long>^ GetTrixels(
	Markup kind
)
F#
member GetTrixels : 
        kind:Markup -> List<int64> 

Parameters

kind
Type: Spherical.Htm..::..Markup
Inner, Outer or Partial

Return Value

The list of HIDs

See Also