Click or drag to resize
SoTexture2SetStartLoadingCB Method (SoTexture2StartLoadingDataCallback, Object)

Note: This API is now obsolete.

Use StartLoadingCallback property instead.

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

Parameters

cb
Type: OIV.Inventor.NodesSoTexture2StartLoadingDataCallback
userData
Type: SystemObject
See Also