Click or drag to resize
SoTexture2SetFinishLoadingCB Method (SoTexture2FinishLoadingDataCallback, Object)

Note: This API is now obsolete.

Use FinishLoadingCallback property instead.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use FinishLoadingCallback property instead.")]
public void SetFinishLoadingCB(
	SoTexture2FinishLoadingDataCallback cb,
	Object userData
)

Parameters

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