PoMeshProbePointLeaveMeshCallback Property |
Set a callback that is triggered each time the probe leaves the mesh.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoMeshProbePointProbeCB LeaveMeshCallback { get; set; }
Public Property LeaveMeshCallback As PoMeshProbePointProbeCB
Get
Set
public:
property PoMeshProbePointProbeCB^ LeaveMeshCallback {
PoMeshProbePointProbeCB^ get ();
void set (PoMeshProbePointProbeCB^ value);
}
member LeaveMeshCallback : PoMeshProbePointProbeCB with get, set
Property Value
Type:
PoMeshProbePointProbeCBRemarks See Also