Imports an advanced view display mode previously exported with ExportViewDisplayMode.
Rhino.ImportViewDisplayMode (strFilename [, blnOverwrite])
strFilename |
Required. String. The file name. |
blnOverwrite |
Optional. Boolean. If True and the view display mode being imported already exists, it will be overwritten. If False (Default), then existing view display modes will not be overwritten. |
String |
The name of the imported view display mode if successful. |
Null |
If not successful, or on error. |
Call Rhino.ImportViewDisplayMode("C:\Users\Dale\Desktop\MyWireframe.ini", True)