SoVRMLImageTextureAllowPrequalifyFile 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_31198
)
Public Sub AllowPrequalifyFile (
name_31198 As Boolean
)
public:
void AllowPrequalifyFile(
bool name_31198
)
member AllowPrequalifyFile :
name_31198 : bool -> unit
Parameters
- name_31198
- Type: SystemBoolean
RemarksIf false, the prequalification delegatewill not be called. Default is true.
See Also