SoLDMTopoOctreeLevel Method (Int64) |
Returns the resolution level of the given tile Id Note: Octree must be initialized.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int Level(
long index
)
Public Function Level (
index As Long
) As Integer
public:
int Level(
long long index
)
member Level :
index : int64 -> int
Parameters
- index
- Type: SystemInt64
Return Value
Type:
Int32
Remarks
See Also