Click or drag to resize
SoLDMMediatorLDMManagerAccessSetTileManager Method (SoLDMTileManager, Boolean)

Allows you to provide an application-defined subclass of SoLDMTileManager.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetTileManager(
	SoLDMTileManager tilemgr,
	bool ownedByUser
)

Parameters

tilemgr
Type: OIV.LDMSoLDMTileManager
ownedByUser
Type: SystemBoolean
Remarks

By default, LDM will not gain ownership of a custom tile manager, but it is possible to let LDM handle the deletion of the tile manager by passing false as the second parameter (ownedByUser).

See Also