SoPreferencesReadFile Method |
Reads environment name-value pairs from the specified configuration file and adds them to the current Open Inventor environment.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void ReadFile(
string filename
)
Public Shared Sub ReadFile (
filename As String
)
public:
static void ReadFile(
String^ filename
)
static member ReadFile :
filename : string -> unit
Parameters
- filename
- Type: SystemString
Remarks See the Configuration File Format section for details.
See Also