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: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
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.

Obsoletesince Open Inventor 8000. Use the OIV.LDM.Nodes.SoDataSet.m_dataTransform field instead.

See Also