Click or drag to resize
PoMeshProbePointProbeUserDataCB Delegate

Note: This API is now obsolete.

ProbeUserDataCB delegate

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]
public delegate void ProbeUserDataCB(
	PoMeshProbePoint probe,
	PbCell cell,
	Object userData
)

Parameters

probe
Type: OIV.MeshViz.DataPoMeshProbePoint
cell
Type: OIV.MeshViz.DataPbCell
userData
Type: SystemObject
See Also