RhinoCommon API
DisplayModeDescriptionImportFromFile Method |
Imports a DisplayModeDescription from a Windows-style .ini file.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public static Guid ImportFromFile( string filename )
Public Shared Function ImportFromFile ( filename As String ) As Guid
Parameters
- filename
- Type: SystemString
The name of the file to import.
Return Value
Type: GuidThe id of the DisplayModeDescription if successful.
