Click or drag to resize
SoDataSetSetLDMDataTransformCB Method (SoDataSetLDMDataTransformCB)

Note: This API is now obsolete.

Use LDMDataTransformCallback property instead. If set, the user-defined delegate is invoked after each tile is loaded. This allows you to modify the original data (for example, attribute calculation) before it's displayed.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use LDMDataTransformCallback property instead")]
public void SetLDMDataTransformCB(
	SoDataSetLDMDataTransformCB cb
)

Parameters

cb
Type: OIV.LDM.NodesSoDataSetLDMDataTransformCB
See Also