Click or drag to resize

DisplayModeDescriptionExportToFile Method

Exports a DisplayModeDescription to a Windows-style .ini file.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static bool ExportToFile(
	DisplayModeDescription displayMode,
	string filename
)

Parameters

displayMode
Type: Rhino.DisplayDisplayModeDescription
The DisplayModeDescription to export.
filename
Type: SystemString
The name of the file to create.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Display.DisplayModeDescription.ExportToFile(Rhino.Display.DisplayModeDescription,System.String)"]

See Also