Click or drag to resize
SoVRMLImageTextureImagePrequalifyFileCallback Delegate

Note: This API is now obsolete.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate bool ImagePrequalifyFileCallback(
	string name_0,
	SoVRMLImageTexture name_2
)

Parameters

name_0
Type: SystemString
name_2
Type: OIV.Inventor.VRMLnodesSoVRMLImageTexture

Return Value

Type: Boolean
Remarks

Obsoletesince Open Inventor 9500 The VRML API is no longer supported. See section http://oivdoc95.vsg3d.com/content/compatibility-notes-4#Deprecation of the Reference Manual.

See Also