Click or drag to resize
SoTexture2SetFinishLoadingCB Method (SoTexture2LoadingCallback)

Note: This API is now obsolete.

Use FinishLoadingCallback property instead. Delegate invoked when finishing 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
[ObsoleteAttribute("Use FinishLoadingCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetFinishLoadingCB(
	SoTexture2LoadingCallback cb
)

Parameters

cb
Type: OIV.Inventor.NodesSoTexture2LoadingCallback
See Also