Click or drag to resize
PoXtAxisEditorAxisEditorUserDataCB Delegate

Note: This API is now obsolete.

Use AxisEditorCB delegate instead.

Namespace: OIV.MeshViz.Graph.Editors
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use AxisEditorCB delegate instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void AxisEditorUserDataCB(
	PoAxis axis,
	Object userData
)

Parameters

axis
Type: OIV.MeshViz.GraphPoAxis
userData
Type: SystemObject
See Also