Click or drag to resize

DisplayModeDescriptionImportFromFile Method (String, Boolean)

Imports a DisplayModeDescription from a Windows-style .ini file.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.27
Syntax
public static Guid ImportFromFile(
	string filename,
	bool interactive
)

Parameters

filename
Type: SystemString
The name of the file to import.
interactive
Type: SystemBoolean
True to show user interface messages, false to suppress any user interface messages.

Return Value

Type: Guid
The id of the DisplayModeDescription if successful.
See Also