Click or drag to resize
SoLDMTopoOctreeLevel Method (Int64)

Returns the tile level of the given tile Id.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int Level(
	long index
)

Parameters

index
Type: SystemInt64

Return Value

Type: Int32
Remarks

Conversion: resolutionLevel = OIV.LDM.SoLDMTopoOctree.GetLevelMax() - tileLevel. Note: Octree must be initialized.

See Also