SoVRMLMovieTextureMoviePrequalifyFileCallback Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.VRMLnodesAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Delegate Function MoviePrequalifyFileCallback (
name_0 As String,
name_2 As SoVRMLMovieTexture
) As Boolean
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
public delegate bool MoviePrequalifyFileCallback(
String^ name_0,
SoVRMLMovieTexture^ name_2
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
type MoviePrequalifyFileCallback =
delegate of
name_0 : string *
name_2 : SoVRMLMovieTexture -> bool
Parameters
- name_0
- Type: SystemString
- name_2
- Type: OIV.Inventor.VRMLnodesSoVRMLMovieTexture
Return Value
Type:
Boolean
RemarksObsoletesince 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