Static helper function does one-step cover initialization and returns HtmID pairs. Implicitly creates an instance of Cover but discards it at the end, only the list of pairs is returned to the caller.

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

Syntax

C#
public static List<Int64Pair> HidRange(
	Region reg
)
Visual C++
public:
static List<Int64Pair>^ HidRange(
	Region^ reg
)
F#
static member HidRange : 
        reg:Region -> List<Int64Pair> 

Parameters

reg
Type: Spherical..::..Region
list of HtmID start-end values

Return Value

list of pairs

See Also