| PoMeshProbePointMotionCallback Property  | 
Set a callback that is triggered each time "position" change. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoMeshProbePointProbeCB MotionCallback { get; set; }Public Property MotionCallback As PoMeshProbePointProbeCB
	Get
	Set
public:
property PoMeshProbePointProbeCB^ MotionCallback {
	PoMeshProbePointProbeCB^ get ();
	void set (PoMeshProbePointProbeCB^ value);
}member MotionCallback : PoMeshProbePointProbeCB with get, set
Property Value
Type: 
PoMeshProbePointProbeCB
Remarks
See Also