RhinoCommon API
DisplayModeDescriptionExportToFile Method |
Exports a DisplayModeDescription to a Windows-style .ini file.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public static bool ExportToFile( DisplayModeDescription displayMode, string filename )
Public Shared Function ExportToFile ( displayMode As DisplayModeDescription, filename As String ) As Boolean
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)"]
