Click or drag to resize
SoTexture2SetStartLoadingCB Method (SoTexture2LoadingCallback)

Note: This API is now obsolete.

Use StartLoadingCallback property instead. Delegate invoked when starting to load the texture.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use StartLoadingCallback property instead.")]
public void SetStartLoadingCB(
	SoTexture2LoadingCallback cb
)

Parameters

cb
Type: OIV.Inventor.NodesSoTexture2LoadingCallback
See Also