Click or drag to resize
SoVRMLMovieTextureMoviePrequalifyFileCallback 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
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public delegate bool MoviePrequalifyFileCallback(
	string name_0,
	SoVRMLMovieTexture name_2
)

Parameters

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

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