Click or drag to resize
PoMeshProbePointSetMotionCallback Method (PoMeshProbePointProbeCB)

Note: This API is now obsolete.

Use MotionCallback property instead. Set a delegate that is triggered each time "position" change.

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 MotionCallback property instead.")]
public void SetMotionCallback(
	PoMeshProbePointProbeCB cb
)

Parameters

cb
Type: OIV.MeshViz.DataPoMeshProbePointProbeCB
See Also