Click or drag to resize
SoLDMTileManagerInit Method
Function of initialization.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual void Init(
	SoLDMTileID tilesToLoad
)

Parameters

tilesToLoad
Type: OIV.LDMSoLDMTileID
Remarks

This function is called only once after the SoLDMNodeFrontManager initialization (so the tile manager can query the number of data tiles to manage by calling getNodeFrontManager()->getNumFileIDs()). The input parameter indicates which tiles should be in memory after initialization. All tileIds between 0 and up to tilesToLoad must be in memory.

See Also