SoTexture2AllowPrequalifyFile Method |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.2.0.0 (2023.2.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void AllowPrequalifyFile(
bool name_23515
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub AllowPrequalifyFile (
name_23515 As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void AllowPrequalifyFile(
bool name_23515
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member AllowPrequalifyFile :
name_23515 : bool -> unit
Parameters
- name_23515
- Type: SystemBoolean
Remarks
See Also