Description:

Export the entire document to a file. All file formats that Rhino can export to are supported by this function.

Syntax:
public bool Export(
string filePath,
ArchivableDictionary options
)
Parameters:
Returns:
Type: bool
True on success
Available since:
8.0

Description:

Export the entire document to a file. All file formats that Rhino can export to are supported by this function.

Syntax:
public bool Export(
string filePath
)
Returns:
Type: bool
True on success
Available since:
7.0

Export method

Class:  Rhino.RhinoDoc

Nothing found