Click or drag to resize
SoVRMLImageTextureSetImagePrequalifyFileCallback Method (SoVRMLImageTextureImagePrequalifyFileCallback)

Note: This API is now obsolete.

Use PrequalifyFileCallBack property instead. Specifies the delegate that will be invoked when the ImageTexture node is about to read an image file (if the prequalify flag is true).

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use PrequalifyFileCallBack property instead.")]
public static void SetImagePrequalifyFileCallback(
	SoVRMLImageTextureImagePrequalifyFileCallback cb
)

Parameters

cb
Type: OIV.Inventor.VRMLnodesSoVRMLImageTextureImagePrequalifyFileCallback
See Also