Click or drag to resize
SoLDMTopoOctreeGetNumFileIDs Method

Returns the number of fileIDs in the volume.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int GetNumFileIDs()

Return Value

Type: Int32
Remarks

Effectively this is the total number of actual tiles, including both full resolution and low resolution, required to store the data set. This value is <= OIV.LDM.SoLDMTopoOctree.GetNumTileIDs().

See Also