Get the covermap as a list of level 20 HtmID (start, end) pairs from the machine in the current state

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

Syntax

C#
public List<Int64Pair> GetPairs(
	Markup kind
)
Visual C++
public:
List<Int64Pair>^ GetPairs(
	Markup kind
)
F#
member GetPairs : 
        kind:Markup -> List<Int64Pair> 

Parameters

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

Return Value

list of Int64Pair objects

See Also