Click or drag to resize
PoMeshProbePointSetChangeCellCallback Method (PoMeshProbePointProbeCB)

Note: This API is now obsolete.

Use EnterMeshCallback property instead. Set a delegate that is triggered each time the probe enters another cell

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use ChangeCellCallback property instead.")]
public void SetChangeCellCallback(
	PoMeshProbePointProbeCB cb
)

Parameters

cb
Type: OIV.MeshViz.DataPoMeshProbePointProbeCB
See Also