SoVRMLMovieTextureAllowPrequalifyFile Method |
Sets the prequalify file flag.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void AllowPrequalifyFile(
bool name_31616
)
Public Sub AllowPrequalifyFile (
name_31616 As Boolean
)
public:
void AllowPrequalifyFile(
bool name_31616
)
member AllowPrequalifyFile :
name_31616 : bool -> unit
Parameters
- name_31616
- Type: SystemBoolean
RemarksIf false, the prequalification delegatewill not be called. Default is true.
See Also