Click or drag to resize
SoDataSet.SetLDMDataTransformCB Method (SoDataSet.LDMDataTransformCB)

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.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use LDMDataTransformCallback property instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetLDMDataTransformCB(
	SoDataSet. LDMDataTransformCB cb
)

Parameters

cb
Type: OIV.LDM.Nodes.SoDataSet.LDMDataTransformCB
See Also