Click or drag to resize
SoExtTexture2AddOnLoadStartCB Method (SoExtTexture2LoadCallback)

Note: This API is now obsolete.

Use LoadStart event instead. Delegate invoked when starting loading the texture.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use LoadStart event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddOnLoadStartCB(
	SoExtTexture2LoadCallback cb
)

Parameters

cb
Type: OIV.Inventor.NodesSoExtTexture2LoadCallback
See Also