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