Click or drag to resize
SoDataSetLDMDataTransformCallback Property

Note: This API is now obsolete.

If set, the user-defined function is called after each tile is loaded, but before it is stored in main memory.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("See documentation for more details.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoDataSetLDMDataTransformCB LDMDataTransformCallback { get; set; }

Property Value

Type: SoDataSetLDMDataTransformCB
Remarks

This allows you to modify the original data (for example, scaling or filtering) before it is displayed.

Caution note Caution

Obsolete since Open Inventor 8000. Use the OIV.LDM.Nodes.SoDataSet.dataTransform field instead.

See Also