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